select a query into a table

ponneri

Registered User.
Local time
Today, 20:36
Joined
Jul 8, 2008
Messages
102
Hi all.

I have a query that appends 5 tables with 2 columns of same name. The query runs fine.

But how do I move it into a new table with the select into option ?

I get an error that it does not work with an action query ?

Please help.

my query :

select order_id, part_num from a,
union all
select order_id, part_num from b,
union all
....... so on
till table e
 

Users who are viewing this thread

Back
Top Bottom