A client is getting this error when he is trying to execute this query:
TABLE [table1] UNION ALL TALBE [table2]
I'm not sure if this query is right. If we use UNION (without all) the query works just fine.
SELECT * FROM table1 UNIOAN ALL SELECT * FROM table2 the same as the previous querty? Because that one is working well.
Thank you very much.
TABLE [table1] UNION ALL TALBE [table2]
I'm not sure if this query is right. If we use UNION (without all) the query works just fine.
SELECT * FROM table1 UNIOAN ALL SELECT * FROM table2 the same as the previous querty? Because that one is working well.
Thank you very much.