Hi.
I have a make table query, pulling data out of our enterprise software (Mas 200). I run it to get new refreshed data when I need it, and suddenly, it gives me an error saying "Table already exists"
Other similar queries, pulling from the same data source, know to just over write (warnings turned off) but this one table is odd. I deleted the query and re-wrote it, and still the same error.
Not a major issue, just have my code delete the table prior to running the query and all is well, but I would like to understand what the issue is, and why only one table.
Thanks,
ChaZ
There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
I have a make table query, pulling data out of our enterprise software (Mas 200). I run it to get new refreshed data when I need it, and suddenly, it gives me an error saying "Table already exists"
Other similar queries, pulling from the same data source, know to just over write (warnings turned off) but this one table is odd. I deleted the query and re-wrote it, and still the same error.
Not a major issue, just have my code delete the table prior to running the query and all is well, but I would like to understand what the issue is, and why only one table.
Thanks,
ChaZ
There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.