Forum: MySQL Dec 3rd, 2008 |
| Replies: 1 Views: 480 Here is a diagramn explaining what i need to do. |
Forum: MySQL Dec 3rd, 2008 |
| Replies: 1 Views: 480 I need to get the 'customers_info_date_account_created' from the 'customers_info' table where the field 'customers_info_id' matches with the field 'customers_id' in the following query:
SELECT *... |
Forum: MySQL Dec 2nd, 2008 |
| Replies: 1 Views: 467 What i want to do is display all the customers data which is in the 'customers' table where their 'customers_id' is NOT IN the 'customers_id' field in the 'orders' table.
I hope i made sense!
... |