• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Double filtering.

 
Ranch Hand
Posts: 634
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I tried to filter the normal customer 1st, then the customer created in this month
The first subquery returns no sets.
I seem to be having trouble when the order details table has got nothing in it

update:

By further breakdown of the problem, how can this return something
when order details has nothing inside, thus a 0 NetSales

update2:
I solved it by adding another union, making the no sales customer in the normal's set
, while having the VIP unchanged


Thanks
Jack
 
reply
    Bookmark Topic Watch Topic
  • New Topic