Reputation: 2386
I have a database with a nvarchar(50) column. All rows have >25 chars always in this column.
I would like to return only the first 10 characters from column WITHOUT getting all the data from SQL and getting the 10. Is it possible to ask SQL to return on the 1st 10 from a specific column?
Upvotes: 1
Views: 3101