hello,
is it possible to retrieve data but only a part of it in SQL??
or should I just retrieve it all and make php or something to truncate it?
Like for example I have a description field for my product table. I want to select only a summary of that description field, not the entire data.
Is this possible in SQL??








Bookmarks