Mikelambnj
New member
- Local time
- Today, 06:01
- Joined
- Jan 26, 2020
- Messages
- 6
I have a table that contains the fields “order number” and “qty”. There are multiple rows for each order number. How can I suppress all rows for an order number where quantity is 0 on one of the rows? Example: order # 123 has 4 rows. One row has a qty of 1, the second row has a qty of 2, the third row has a qty of 0, and the fourth row has a qty of 0. Since rows 3 and 4 have a qty of 0 I want to suppress all 4 rows in the query result.