4 lines
54 B
MySQL
4 lines
54 B
MySQL
|
SELECT *
|
||
|
from customers
|
||
|
where CITY LIKE "St.%gallen";
|