Guest User

Untitled

a guest
Apr 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. please see below, the date field im after is customers_info_date_account_created. I want to only return results for the current given month.
  2.  
  3.  
  4. SELECT c.*, ci.*
  5. FROM customers c
  6. LEFT JOIN customers_info ci on c.customers_id = ci.customers_id
  7. WHERE c.customers_id = ci.customers_id
  8. AND ci.customers_info_date_account_created
Add Comment
Please, Sign In to add comment