Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on April 25, 2022 9:17PM
Likes: 0
Replies: 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
You could use SQL Script Recipe, https://doc.dataiku.com/dss/latest/code_recipes/sql.html#managing-schema-or-creating-tables