NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Rownum? (Score:2, Informative)
Isn't that equivalent?
Re:Rownum? (Score:2)
Yes, but what do you do for page two, when you want 50 < ROWNUM < 100?
<g>
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:Rownum? (Score:1)
Re:Rownum? (Score:2)
That's great, but it doesn't work.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Reply to This
Parent
Re:Rownum? (Score:1)
Re:Rownum? (Score:1)
if there is an easy way to do that using limits and offsets let me know.. I'm trying to make a dictionary page that finds a word and prints nearby words (in mysql) - while reading up on it I found the oracle rownum stuff and decided it would be easier with that.
I guess I could do a
Re:Rownum? (Score:1)