Help for this page

Select Code to Download


  1. or download this
    Sybase:
    SET rowcount 10
    SELECT column FROM table
    
  2. or download this
    MySQL:
    SELECT column FROM table
    LIMIT 10