ERROR | For INSERT option, table must be empty. Error on table string |
CAUSE | A non-empty table is being loaded with the INSERT option. |
ACTION | Use the REPLACE keyword to empty the old table and store the new data in its place. Use the APPEND keyword to leave the tables contents intact and add the new data to it. |