|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re: Mysql and tailby matthewb (Curate) |
| on Oct 16, 2003 at 02:50 UTC ( [id://299684]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
MySQL allows the non-standard `LIMIT' keyword in your SQL statements. Look it up in the MySQL docs. You could emulate `tail' by doing a SELECT with an ORDER BY clause and then LIMIT N at the end. MB
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||