January 23, 2013 at 9:13 am
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
January 23, 2013 at 9:21 am
Look up the LEN function in Books Online.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply