in reply to Re: Sybase to MySQL
in thread Sybase to MySQL

Obvious differences:
Sybase: SET rowcount 10 SELECT column FROM table
MySQL: SELECT column FROM table LIMIT 10