In my database MYDB i have a table called MYTABLE and inside it I have a column called NAME. I want to only return the first 100 characters of the column NAME. (NAME can be up to 2000 characters).
How can this be done in SQL as I want to set the first 100 characters to a ASP.NET label.
Thanks in advanced!