刚刚你帮我解决的问题  
 
select  *  from  msg  a  where  exists(  
select  1  from  dbo.f_tb(6)  where  charindex(','+cast(id  as  varchar)+',',','+a.Depts+',')>0  
 
 
请问这个select  1代表什么含义?  
 
能简单讲解下这条语句吗  
 
我不清楚这个select  1  有什么作用  
 
为什么不是select  id  
 
我单独写select  1  from  db.f_tb(6)  时,返回的结果都是1