Get the same records exists in two tables.
I never use this in my job.
SELECT CITY
FROM ACCOUNT
INTERSECT
SELECT CITY
FROM CONTACT
Get the same records exists in two tables.
I never use this in my job.
SELECT CITY
FROM ACCOUNT
INTERSECT
SELECT CITY
FROM CONTACT
at 8:09 AM
Labels: Oracle, Oracle Query
No comments:
Post a Comment