create several tables SQL

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

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.