 |
sql server - How to get first character of a string in ... - Stack Overflow
I have a SQL column with length of 6. Now want to take only first char of that ... LEFT(colName, 1) will also do this, also. It's equivalent to SUBSTRING(colName, 1, ...
stackoverflow.com |
 |