Forum Discussion
PrateekNCR
Jan 28, 2021Copper Contributor
Update Existing data in ADX
Hello,
I'm new to the community and Azure Data Explorer. I'm trying to find a way to update the existing records in the kusto table. I can across some blog posts which suggest that it is not possible. Did anyone find a way around to solve such a problem?
Best,
Prateek
hey
ADX is append only DB, records can be deleted for GDPR support
but otherwise you can logically update a record by creating a new version of it and retrieve the latest version of the record PrateekNCR
1 Reply
Sort By
- Tzvia
Microsoft
hey
ADX is append only DB, records can be deleted for GDPR support
but otherwise you can logically update a record by creating a new version of it and retrieve the latest version of the record PrateekNCR