Helper script to show all the entries from St. Gallen
This commit is contained in:
parent
a0c47ca97c
commit
a162408275
2 changed files with 5 additions and 0 deletions
3
sql/show_sg.sql
Normal file
3
sql/show_sg.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
SELECT *
|
||||
from customers
|
||||
where CITY LIKE "St.%gallen";
|
Loading…
Add table
Add a link
Reference in a new issue