How to get [a-z] from given string in sql server?
Answers
Answered by
2
SQL Server SUBSTRING() Function
Extract 3 characters from a string, starting in position 1: SELECT SUBSTRING('SQL Tutorial', 1, 3) AS ExtractString;
Extract 5 characters from the "CustomerName" column, starting in position 1: ...
Extract 100 characters from a string, starting in position 1:................
Similar questions
Social Sciences,
5 months ago
Math,
5 months ago
English,
5 months ago
Computer Science,
11 months ago
Computer Science,
11 months ago
Math,
1 year ago