Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. select b.Nume
  2. from Beneficiar b
  3. where exists(select *
  4. from Cerere c, Produs p
  5. where c.codB=b.codB and c.codP=p.codP and count(distinct codP))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement