CozoDB query doubts #53
-
I have stored a user table which has some 100 records in it. I want update specific record in the table, Can you please provide some example? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Basically you just For example, if you want to update based on the ID, you have to retrieve the other fields manually (for the moment):
Note that |
Beta Was this translation helpful? Give feedback.
Basically you just
put
a new row, overwriting the existing one. There is noupdate
equivalent in CozoDB.For example, if you want to update based on the ID, you have to retrieve the other fields manually (for the moment):
Note that
age
comes from the query parameter, not from the table.