sqlite-things/sql/show_sg.sql

4 lines
54 B
MySQL
Raw Normal View History

SELECT *
from customers
where CITY LIKE "St.%gallen";