for the following statement:
SELECT * FROM “Contacts” UNION SELECT * FROM “csv_contacts”
I get the message:
The given command is not a SELECT statement.
Only queries are allowed.
Is there a special way of handling this query or is UNION not supported?
Thanks,
Gerold