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 a823939 commit cd7238cCopy full SHA for cd7238c
SQL/SQL-50/Replace Employee With The Unique Identifier.sql
@@ -0,0 +1,2 @@
1
+select b.unique_id, a.name from Employees as a
2
+ left join EmployeeUNI as b on a.id = b.id;
0 commit comments