Skip to content

Commit 496fadf

Browse files
committed
🟢 Solve problem 1378
1 parent f748f44 commit 496fadf

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

‎README.md

-27
This file was deleted.

‎sql/1378.sql

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SELECT
2+
EMPLOYEEUNI.UNIQUE_ID,
3+
EMPLOYEES.NAME
4+
FROM
5+
EMPLOYEES
6+
LEFT JOIN EMPLOYEEUNI
7+
ON EMPLOYEES.ID = EMPLOYEEUNI.ID

0 commit comments

Comments
 (0)