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)
This is much easier in MySQL.
We will probably move most this kind of SQL (large blocks) into Phrasebook classes, just doing an execute_query('queryname',%args) or something.
If rownum was computed after the order by then it would be very useful - shame it isn't.
btw - we have about 8 O Reilly PL/SQL and Oracle books scattered around the desk of the dev team - I don't have time to read them tho, thats why have the TOAD jockies to keep the scary bad bits of oracle hidden in nice procedures and objects and then wrapped in nice layers of perl. (although some of it would be better wrapped in concrete and dumped in the north sea).
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Reply to This
Parent
Re:Rownum? (Score:2)
we have about 8 O Reilly PL/SQL and Oracle books scattered around the desk of the dev team
Which ones have you got? :D (I'm going on 14 physical books now plus the CD bookshelf, with two more on order.)
This place is starting to look like use PL/SQL; . Which isn't a bad thing, I suppose. ;)
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)
I just have J P Harringtons, SQL Clearly explained and Halsall;s data Comms, Computer Networks, and open systems on my desk as well as the usual Perl books.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;