Selecting Certain Number of Characters from Table -- Simple SQL Question

  • Thread starter Thread starter Ron
  • Start date Start date
R

Ron

How can I select a certain number of characters from a string, without
selecting the whole string?

For example, I want the first 50 characters of a 500 character string in my
database. What would the SQL command to do this look like?

Thanks,

Ron
 
Back
Top