Guest User

Untitled

a guest
Nov 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. select customers.FIELDS...
  2. from customers
  3. LEFT OUTER JOIN asg_children
  4. ON customers.id = children.customer_id
  5. where customers.first_name != 'DEFAULT' and customers.first_name != '' and
  6. customers.first_name != '_'
  7. order by customers.last_name asc
Add Comment
Please, Sign In to add comment