In case you're using Oracle: you don't have a LIMIT SQL command (go figure), so you need to use ROWNUM instead:
SELECT * FROM table WHERE ROWNUM < 10;
In reply to Re: Re: Using the DBI to return the first ix/i rows
by eg
in thread Using the DBI to return the first ix/i rows
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |