I'm stumped on some SQL and would greatly appreciate guidance...
I have 2 tables. The first table is a list of all customers. The second table lists those customers that have purchased something in 2003. How can I select a list of customers that did not purchase anything?
table1.customer
customer01
customer02
customer03
customer04
customer05
table2.customersthatpurchased
customer01
customer04
The output should be:
customer02
customer03
customer05
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?
I have 2 tables. The first table is a list of all customers. The second table lists those customers that have purchased something in 2003. How can I select a list of customers that did not purchase anything?
table1.customer
customer01
customer02
customer03
customer04
customer05
table2.customersthatpurchased
customer01
customer04
The output should be:
customer02
customer03
customer05
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?