How to get first character of a string in SQL?

Posted by Vinodtiru on Stack Overflow See other posts from Stack Overflow or by Vinodtiru
Published on 2009-04-27T05:02:48Z Indexed on 2010/06/10 17:42 UTC
Read the original article Hit count: 230

Filed under:
|
|

I have a SQL column with length of 6. Now want to take only first char of that column. Is the any string function in SQL to do this?

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server