Return more than 50 rows in Oracle Live SQL

Regarding the Oracle Live SQL online environment (https://livesql.oracle.com/): When I run a query, only 50 rows are returned by default. Is there a way to return more than 50 rows? Example session: https://livesql.oracle.com/apex/livesql/s/nmwyv5cu5vo4p9vofwjsasemh Source script: https://stackoverflow.com/a/72621332/5576771 –This query should return 220 rows. with dimension as ( select 0 as point from dual union all select… Read More Return more than 50 rows in Oracle Live SQL