Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

check if two tables are identical sql

SELECT * FROM Table1
UNION
SELECT * FROM Table2

#check number of unioned table vs number of rows in table
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #tables #identical #sql
ADD COMMENT
Topic
Name
4+9 =