create several tables SQL

Mina
Mina Registered Posts: 1 ✭✭✭

I want to know how with SQL query to create several tables, in the same "new SQL query recipe",
example
createtable1
select a, b, c
from source1;

createtable2
select x,y,z
from source2;

thank you

Tagged:

Answers

Setup Info
    Tags
      Help me…