2
Answers

Show only in progress records without the finished records

Martin James

Martin James

3y
1.1k
1

 

I have the following table Product :

ProductID |ClientID |Status
--|--|--
100         |12          |Available
100         |13          |In process

100         |14         |Not yet

 

I want to get only the products with only with Not Yet status 
and not other ones
 

Answers (2)