Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Select limited characters

Author  Topic 

amodi
Yak Posting Veteran

83 Posts

Posted - 2009-09-24 : 03:23:25
Hello Friends,

Is there a way to select limited characters from a column ?

I have a column of type 'varchar(2000)'. Can i select limited characters(say 150 characters) from it?

Thanks

amodi
Yak Posting Veteran

83 Posts

Posted - 2009-09-24 : 03:34:36

Got it! we can use

"SUBSTRING" function.

Thanks.
Go to Top of Page
   

- Advertisement -