吴熹的留言



张良发表于:2008-07-11

谢谢帮助

张良发表于:2008-07-11

谢谢帮助

陈广烨发表于:2008-07-10

--roy_88大哥,我的问题还没有得到解决.对不起,roy_88大哥.可能我描述的问题不明确.我的问题是这样的: --@mark是商品表,code是ID,name是商品名,pic是价格 declare @mark table( code nvarchar(20), name nvarchar(20), pic int insert into @mark select '1', '1', 1 union select '2', '1', 1 union select '3', '1', 2 union select '4', '2', 1 union select '5', '2', 1 union select '7', '3', 1 union select '8', '1', 3 union select '9', '1', 3 union select '10','1', 1 union select '11','2', 2 union select '12','3', 2 --我要查询的数据是最新的价格与最近的价格比较(注:就是同一种商品名第2条价格与第1条价格比,第3条价格与第2条价格比...),有变化的就取出记录. --对于上述的记录集,我想要的数据是: code name pic '3', '1', 2 '8', '1', 3 '10','1', 1 '11','2', 2 '12','3', 2 

吴熹 回复于:2008-07-14

提問在論壇上發貼,留言很少看。。幾天看一次這樣

陈广烨发表于:2008-07-10

roy_88大哥,现在查出来的数据只要价格改变的数据,如果没有改变的价格商品记录是不要显示出来的! 
code        name  pic 
----------- ----- ----------- 
1          cpu  256 
3          cpu  233 
只要这样的价格变动数据就可以了~~ 
再帮一下忙,好吗?roy_88大哥. 

徐敏发表于:2008-04-25

请问一下,能赋予我修改自己发出的帖子的权限吗,因为有些描述在回复里写显得有些臃肿了,不如都写在最上面的发帖内容里,但现在点击修改,提示要向有关人员要权限

吴熹 回复于:2008-04-26

没有赋予这个的权限,要CSDN的管理员才行..