Created
June 23, 2016 20:11
-
-
Save shoaibali/8324ec68bc5f457db05d1ddba4cdc805 to your computer and use it in GitHub Desktop.
INTERSECT of two tables in MySQL database File_dev and File_broken are the two tables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT Filename FROM File_dev WHERE Filename NOT IN (SELECT Filename FROM File_broken); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment