|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 11:31 AM
Points: 162,
Visits: 3,821
|
|
hi friends i have small doubt in sql server plz tell me how to solve this one
i have a table that table contains data types id is int & name is varchar(50) sal is int and table contain data like id , name , sal 10 ,srinivas ,1000 11 ,ravikumarrao ,2500 12, jaidpanlikumarrkjdd,25600 14,fdkvenukumargaddjd,1400
i want output those name size is below 15 bytes size records showing .how we write query in sql server
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 12:25 AM
Points: 37,734,
Visits: 29,999
|
|
Look up the LEN function in Books Online.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|