Guest User

Untitled

a guest
Dec 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.20 KB | None | 0 0
  1. SELECT DISTINCT C.IDCurrency
  2. FROM Currencies C FULL JOIN (   SELECT IDCurrency
  3.                 FROM Accounts A
  4.                 WHERE AccountName LIKE '%Ρ…ΡƒΠΉ%') AAA ON C.IDCurrency = AAA.IDCurrency
  5. WHERE (AAA.IDCurrency IS NULL)
Add Comment
Please, Sign In to add comment