Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.15 KB | None | 0 0
  1. SELECT * FROM customer LEFT JOIN address ON customer.address_id = address.address_id LEFT JOIN city ON address.city_id=city.city_id where city.city like "N%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement