Guest User

Untitled

a guest
Aug 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. SELECT customers.first_name AS "First Name",
  2. customers.last_name AS "Last Name" FROM customers
  3. WHERE customers.first_name = 'Rolf'
  4. OR customers.last_name = 'Watson';
Add Comment
Please, Sign In to add comment