Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
pmscorca
Post Prodigy
Post Prodigy

Creating a table in a lakehouse and inserting rows

Hi,

I'd like to know if it is possible to create a SQL table in a lakehouse (no warehouse) and inserting some rows as a insert t-sql statement.

F.e. I could want to create a table having code and description columns to feed by some established values by an insert statement.

Thanks

1 ACCEPTED SOLUTION
AndyDDC
Super User
Super User

Hi @pmscorca so you won't be able to use the SQL Endpoint of the Lakehouse to use T-SQL to modify data as it's read only.

 

Hiwever you can use Spark SQL in Notebooks to run SQL against the lakehouse and insert/update/delete data

View solution in original post

2 REPLIES 2
AndyDDC
Super User
Super User

Hi @pmscorca so you won't be able to use the SQL Endpoint of the Lakehouse to use T-SQL to modify data as it's read only.

 

Hiwever you can use Spark SQL in Notebooks to run SQL against the lakehouse and insert/update/delete data

Hi @pmscorca 

 

Glad that you query got resolved.
Please continue using Fabric Community for further queries.

 

Thanks.

Helpful resources

Announcements
August Fabric Update Carousel

Fabric Monthly Update - August 2025

Check out the August 2025 Fabric update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors