|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Yesterday @ 4:28 AM
Points: 162,
Visits: 3,824
|
|
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: Yesterday @ 4:11 PM
Points: 37,741,
Visits: 30,020
|
|
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
|
|
|
|