substring more than 1 specific letter sql server code example Example: sql server substring SELECT SUBSTRING('SQL Tutorial', 1, 3) AS ExtractString;