Select From Where Like: Customers City
Select From Where Like: Customers City
Select From Where Like: Customers City
The following SQL statement selects all customers with a City starting
with "ber":
The following SQL statement selects all customers with a City starting
with any character, followed by "erlin":
The following SQL statement selects all customers with a City starting
with "L", followed by any character, followed by "n", followed by any
character, followed by "on":
The following SQL statement selects all customers with a City starting
with "b", "s", or "p":
The two following SQL statements select all customers with a City NOT starting
with "b", "s", or "p":