WITH customers_in_usa AS
is voorlopig ongeldige MySQL-code. MySQL zal in de toekomst CTE's ondersteunen in MySQL versie 8..
Je zou je SQL-code kunnen herschrijven, dat zou hetzelfde resultaat moeten geven.
SELECT
customerName
, state
FROM
customers
WHERE
country = 'USA'
AND
state = 'CA'
ORDER BY
customerName