Script to update the values inside the database

This commit is contained in:
caminsha 2022-07-17 23:57:13 +02:00
parent 9e6574bd5a
commit a0c47ca97c
2 changed files with 13 additions and 0 deletions

3
sql/update_sg.sql Normal file
View file

@ -0,0 +1,3 @@
UPDATE customers
SET CITY = 'St. Gallen'
WHERE CITY LIKE "St.%gallen";