Hi! I have been trying to find an answer to a question I have, but I've been unsuccessful. What I am trying to do seems like it should be simple. I have a few tables in a database that hold some articles I have written. From each, I would like to grab the first few sentences and output them to a file on my server. The problem I am having is retrieving a specified amount of text from each table. Is there a way to do this? All help is appreciated.
coho75