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