//-----找重复个人用户
select * from [dnt_users]
where [username] in (select  [username]  from  [dbo].[dnt_users]   group  by  [username]  having  count([username]) > 1)
//-------substring和indexof在sql的使用
substring([wq_img],CharIndex('/',[wq_img])+1,len([wq_img]))
posted on 2007-11-24 17:37  沧海难为水滴  阅读(120)  评论(0编辑  收藏  举报