Skip to content

Commit f8d7a50

Browse files
committed
Time: 1354 ms (23.57%) | Memory: 0B (100.00%) - LeetSync
1 parent 9ceace1 commit f8d7a50

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Write your MySQL query statement below
2+
SELECT
3+
eu.unique_id,
4+
e.name
5+
FROM
6+
Employees AS e
7+
LEFT JOIN
8+
EmployeeUNI AS eu ON e.id = eu.id;

0 commit comments

Comments
 (0)