Posts by Gustavo Ribeiro • 13 points
1 post
-
1
votes1
answer96
viewsQ: How to execute a select within an IF/CASE condition?
would like to know how I can use a select as a true or false condition within a case or IF: The query to return true or false is this: SELECT * FROM Funcionario f WHERE (f.Email IS NULL OR…