I remember coming accross a way to retrive an extract of a mySQL table column, but now I can't find any mention of it.
Say I have a table with a column called newsArticles, and I want to display just the first 128 chrs to give the viewer an extract, isn't there something you can do like:
"SELECT extract(newsArticle,128) FROM table"
Or better still, can I cut it off at the next space (" ") to avoid cutting off a word?
Thanks for your (time/help/cash donations?)
Neil