Skip to content

Instantly share code, notes, and snippets.

View eugene-sh's full-sized avatar
🎯
Focusing

Eugene Shamidanov eugene-sh

🎯
Focusing
  • TeamStorm
View GitHub Profile
SELECT
[Name], *
FROM
Customer AS c
inner join
Purchaise AS p
ON c.CustomerId = p.CustomerId
WHERE
p.ProductNameN = N'Молоко'
and c.CustomerId not in