Script to update the values inside the database
This commit is contained in:
parent
9e6574bd5a
commit
a0c47ca97c
2 changed files with 13 additions and 0 deletions
3
sql/update_sg.sql
Normal file
3
sql/update_sg.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
UPDATE customers
|
||||
SET CITY = 'St. Gallen'
|
||||
WHERE CITY LIKE "St.%gallen";
|
Loading…
Add table
Add a link
Reference in a new issue