NULLS LAST FETCH FIRST ROW ONLY code example
Example: order by oracle
SELECT expressions
FROM tables
[WHERE conditions]
ORDER BY expression [ ASC | DESC ];
SELECT expressions
FROM tables
[WHERE conditions]
ORDER BY expression [ ASC | DESC ];