Tato syntaxe není platná až do Oracle Database 12c.
Místo toho byste řekl
select *
from random_table
where rownum < 11
order by random_column_name;
Tato syntaxe není platná až do Oracle Database 12c.
Místo toho byste řekl
select *
from random_table
where rownum < 11
order by random_column_name;