August 15, 2006 at 3:48 pm
Like this:
where NOT (
p.vendor_addr_l1 is null
and p.vendor_addr_l2 is null
and p.vendor_addr_l3 is null
and p.vendor_addr_l4 is null
and p.vendor_addr_l5 is null
and p.vendor_addr_l6 is null
and p.vendor_addr_l7 is null
and p.vendor_addr_l8 is null
and p.vendor_phone is null
and p.vendor_remit_addr_l1 is null
and p.vendor_remit_addr_l2 is null
and p.vendor_remit_addr_l3 is null
and p.vendor_remit_addr_l4 is null
and p.vendor_remit_addr_l5 is null
)
and (p.vendor_code like '10%' or p.vendor_code like '20%')
and a.date_payment > '2004-08-01'
August 15, 2006 at 3:51 pm
Got it. I made the corrections in my code and it's working like it should. You guys are great! Thanks for all your help.
Isabelle
Thanks!
Bea Isabelle
August 16, 2006 at 9:37 am
I'm only going on your first question but you might try
selectIf want a date in the line use Max or Min function like
select DISTINCT customer.custID, customer.CustName,
Viewing 3 posts - 16 through 18 (of 18 total)
You must be logged in to reply to this topic. Login to reply