Jump to content

Help with MYSQL query


jh12345

Recommended Posts

I have a table setup like this:

 

name | email | date

Joe   [email protected]   2005-05-18 21:58:43

Jane   [email protected]   2005-06-18 20:50:41

John   [email protected]   2005-06-18 23:48:33

Joe   [email protected]   2005-06-18 20:18:13

 

I need to query this table to give me the names and email addresses for a particular month excluding and names for that month that appear in previous months.

 

Using the above example data if I were to query for the month of June, the query would return two records (jane and John) excluding the record for Joe because he appears already in the table with a May entry.

 

The Table is called ORDERS

 

Many thanks in advance for any help you can assist me with?

Link to comment
https://forums.phpfreaks.com/topic/86109-help-with-mysql-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.