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 poss...
- Feb 07, 2021
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
Tzvia
Microsoft
Feb 07, 2021hey
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