Get customers_info_date_account_created

Thread Solved

Join Date: Jan 2008
Posts: 16
Reputation: BillyMako is an unknown quantity at this point 
Solved Threads: 0
BillyMako BillyMako is offline Offline
Newbie Poster

Get customers_info_date_account_created

 
0
  #1
Dec 3rd, 2008
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:

  1. SELECT *
  2. FROM customers
  3. WHERE customers_id NOT
  4. IN(
  5. SELECT customers_id
  6. FROM orders
  7. )

I basically have all the information in columns from the query and need an extra field which has the 'customers_info_date_account_created' which is related to the 'customers_id'
Last edited by peter_budo; Dec 3rd, 2008 at 7:13 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 16
Reputation: BillyMako is an unknown quantity at this point 
Solved Threads: 0
BillyMako BillyMako is offline Offline
Newbie Poster

Re: Get customers_info_date_account_created

 
0
  #2
Dec 3rd, 2008
Here is a diagramn explaining what i need to do.
Attached Thumbnails
ex1.jpg  
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC