select only one row sql

Solutions on MaxInterview for select only one row sql by the best coders in the world

showing results for - "select only one row sql"
Brenda
23 Oct 2018
1select * from your_table where rownum = 1;