LIMIT clause
536042Oct 17 2006 — edited Oct 17 2006When I used MS Access with sql language I remender that for limiting retrieved records of a query I could use:
SELECT TOP 1 * from TABLE_NAME
So I searched for a similar clause for oracle queries and someone pointed me the LIMIT clause.
Could anyone gimme an example on how to use it?