Search results

  1. Q

    Query too complex - Acces 2007 (SP3)

    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...
Back
Top Bottom