Martin James

Martin James

  • NA
  • 100
  • 13.9k

Show only in progress records without the finished records

Jan 29 2022 1:43 PM

 

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)