We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c70db2 commit 05548f0Copy full SHA for 05548f0
SQL/SQL-50/Find_Customer_Referee.sql
@@ -0,0 +1,3 @@
1
+select name
2
+from Customer
3
+where referee_id != 2 or referee_id is null;
0 commit comments