SQL SERVERselect top 1 * from xxx ORACLEselect * from xxx where rownum <= 1My SQLselect * from xxxx limit 1 DB2:select * from xxx fetch first 1 rows only