I have created 2 tables, Customer and Payment. A customer can have many payments, where payment have payment date and amount.
Now I want to display current month's unpaid customer, I really couldn't figured it out how to create the query.
Can anyone help?