select x, y from (select -1 * (rownum - 1) as x from all_objects where rownum <= 10000), (select rownum as y from all_objects where rownum <= 100)