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