Here is my select statement:
select STOCK,INVAMT,MAKE,VID,MODEL,ENGINFO,TTYPE,CHAVAIL,PRDCLS,STATUS,EUSER,SLSNO from NDTABLES.CHASSISDB WHERE MAKE='MACK' OR MAKE='VOLVO' AND PRDCLS='RO' ORDER BY STOCK
Currently, it gives me only MACK and VOLVO, but I get any and all records for PRDCLS.??!?!?!
Why?
Thanks...
John
select STOCK,INVAMT,MAKE,VID,MODEL,ENGINFO,TTYPE,CHAVAIL,PRDCLS,STATUS,EUSER,SLSNO from NDTABLES.CHASSISDB WHERE MAKE='MACK' OR MAKE='VOLVO' AND PRDCLS='RO' ORDER BY STOCK
Currently, it gives me only MACK and VOLVO, but I get any and all records for PRDCLS.??!?!?!
Why?
Thanks...
John