1
votes

Is it possible to update a column using Query in azure table storage ? The table has already 100 records and now I have added a new column. For the previous 100 records , the newly added column value is "null" as shown in the image. I just want to set a default value for all the 100 records. I need to know how to update the table.

image

1
Please improve your question by adding details as much as possible, for example, the description of your scenario, the language you're using, the query you're using. The current description is too simple now.Zhaoxing Lu

1 Answers

1
votes

There are several ways to edit columns in Azure storage, you can use the Update Entity functionality to do via Web requests, I'd recommend checking the documentation, Then you can also use Storage Explorer to modify single columns if you have enough permissions.