摘要:
//-----找重复个人用户 select * from [dnt_users] where [username] in (select [username] from [dbo].[dnt_users] group by [username] having count([username]) > 1) //-------substring和indexof在sql的使用 sub... 阅读全文
posted @ 2007-11-24 17:37
沧海难为水滴
阅读(120)
评论(0)
推荐(0)
浙公网安备 33010602011771号