Forum Discussion
Anonymous
2 years agoNot applicable
Fabric LakeHouse SQL Query
Hi Team, I have loaded XML file and SQL query to check the date availability if date is missing in the sequence then add and fill the value based on latest Known value (column). Table : XML ...
- 2 years ago
Anonymous If I remember correctly, we can't write to a LH table from the LH SQL endpoint. I think we can only create views, functions, and stored procedures in the SQL endpoint. But we can write to a LH table using PySpark in a notebook.
Or am I mistaken?
Anonymous
2 years agoNot applicable
Hi Anonymous
Thanks for using Fabric Community.
Can you please explain your ask further? What should be the expected output? Please provide these details, so that I can help you better.
Thanks.
- Anonymous2 years agoNot applicable
Hi Anonymous
I have table in that table Date column missing sequence date, I have to fill the date- Anonymous2 years agoNot applicable
I the above table missing 16th Date
So I need to add in SQL query and fill the value- Anonymous2 years agoNot applicable
Hi Anonymous
I understand about the date column. But what about the other columns? Should they be null for the new entry?