Forum Discussion

arpost's avatar
arpost
Icon for Post Prodigy rankPost Prodigy
2 years ago
Solved

How do you delete specific rows from a Lakehouse table?

Greetings, all. I have some files loaded into a Lakehouse that I've also loaded into a Lakehouse table. I want to delete some of the rows in the Lakehouse table, but I can't seem to find a way to do ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi arpost ,
    Thanks for using Fabric Community.

    It is possible to delete rows in a Lakehouse table using Spark-SQL in notebooks. I have created a repro of the scenario. I have attached the screenshots for your reference.
    Trying to delete the row which has value of 46134



    Query succeeded


    After deletion of the row:


    You can refer this link for more information: Link1 
    Hope this helps. Do let us know if you have any further issues. Glad to help.