HTMLify
Home
Log in
Register
Dashboard
Frames
API
Q1378_Replace_Employee_ID_With_The_Unique_Idendifier.sql
Views: 216 | Author:
djdj
select
unique_id
,
name
from
Employees
left
join
EmployeeUNI
on
Employees
.
id
=
EmployeeUNI
.
id
;
Run >
Plaintext
Share this file:
Copy
Short Link
View Raw
Download File
(93 B)
Embed Code
Clone
Comments
Comment