Forum Discussion
Create lakehouse tables with script
- 2 years ago
doens't work for you to run a notebook that creates tables?
%%sql CREATE TABLE mytable ( f1 INT, f2 VARCHAR(10) ) CREATE TABLE mytable2 ( f1 INT, f2 VARCHAR(10) ) CREATE TABLE mytable3 ( f1 INT, f2 VARCHAR(10) )
doens't work for you to run a notebook that creates tables?
%%sql
CREATE TABLE mytable (
f1 INT,
f2 VARCHAR(10)
)
CREATE TABLE mytable2 (
f1 INT,
f2 VARCHAR(10)
)
CREATE TABLE mytable3 (
f1 INT,
f2 VARCHAR(10)
)
- Anonymous2 years agoNot applicable
Hello cw88 ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
In case if you have any resolution please do share that same with the community as it can be helpful to others .
If you have any question relating to the current thread, please do let us know and we will try out best to help you.
In case if you have any other question on a different issue, we request you to open a new thread . - Anonymous2 years agoNot applicable
R1k91 : It works for me! I need to change some data types (bit -> boolean, datetime2 -> timestamp).
Thanks!
- Anonymous2 years agoNot applicable
Hi cw88 , Anonymous
Glad to know that your query got resolved. Please continue using Fabric Community for your further queries.