get the substring of charqacter in s sql code example Example: sql server substring SELECT SUBSTRING('SQL Tutorial', 1, 3) AS ExtractString;