Page is a not externally linkable
andrewsmd - 4:54 pm on Jan 25, 2011 (gmt 0)
I need to run a select query in the manner of something like this
select * from table where column like 'text';
However, I need to get that record, plus the next 20 records. Any ideas on how I do that?