常被使用的SQL语句
摘要:
--删除重复数据 delete from test where id not in( select min([id ]) from test group by [name]) --随机查询N条数据 select top 5 * from usr.Role order by newid() 阅读全文
posted @ 2009-02-26 22:17
Redkey
阅读(92)
评论(0)
推荐(0)
浙公网安备 33010602011771号