You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose if we added a new table to store user settings, it has some default settings so we need to do some dynamic sql script to update settings for all existing users
insert into settings ("color" , "userId")
select '${
'red'
}', "id" from users
The text was updated successfully, but these errors were encountered:
Suppose if we added a new table to store user settings, it has some default settings so we need to do some dynamic sql script to update settings for all existing users
insert into settings ("color" , "userId")
select '${
'red'
}', "id" from users
The text was updated successfully, but these errors were encountered: