sql query contains multiple ids

Solutions on MaxInterview for sql query contains multiple ids by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "sql query contains multiple ids"
Alejandra
07 Jan 2018
1SELECT i.Container
2FROM Inventory i 
3WHERE i.Sku in (S1, S2)
4GROUP BY i.Container
5HAVING COUNT(i.Sku) = 2;
6
similar questions
queries leading to this page
sql query contains multiple ids