Josephine Douglas
09/30/2022, 5:29 PMJohn ORourke
09/30/2022, 5:59 PMChelsey Kiester
09/30/2022, 6:03 PMJosephine Douglas
09/30/2022, 11:34 PMSELECT * FROM (SELECT ROWNUM as row, * FROM (select * from {table}
)) WHERE row > {current_count} AND row <= {current_count+batch_size}
and for this particular table and it still does not succeed. Even if batch_size=1, the query does not seem to ever return. The table has a hundred or so columns and an unknown number of rows.Josephine Douglas
09/30/2022, 11:35 PMtop 10
for this table, I do get data. So it’s definitely in there, I just cannot find a way to pull all of it outdynamicl
10/02/2022, 5:33 AMdynamicl
10/02/2022, 5:34 AMdynamicl
10/02/2022, 5:36 AMJosephine Douglas
10/03/2022, 3:56 PMJohn ORourke
10/03/2022, 9:14 PM