Does anyone know how to write a query so that I can take a table with 1.6 million rows and split it out into multiple tables of 65000 rows or less? I'm trying to do an APPEND query to another table and it gives a key violation, I'm assuming because of the number of rows.
Thanks