Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nikolas916

  1. nikolas916

    Won't display row when values are Null

    I'm using MS Query, and want to display all rows of a certain column even if the other columns associated with it are Null. For example... SELECT SO_LN.MINOR_CD, SUM(DECODE(ORD_TP_CD,'CRM',-QTY,'SAL',QTY,0)), SUM(DECODE(ORD_TP_CD,'CRM',-QTY,'MCR',-QTY,QTY)*UNIT_PRC), FROM...

Part and Inventory Search

Back
Top