How to fetch a substring from a given string in SQL Server?
788
18-Nov-2021
Ashutosh Kumar Verma
18-Nov-2021SQL LEFT() function:
SELECT LEFT('MindStick.com',4)Output:
Mind