Helper script to show all the entries from St. Gallen

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

3
sql/show_sg.sql Normal file
View file

@ -0,0 +1,3 @@
SELECT *
from customers
where CITY LIKE "St.%gallen";