NOt sure what you want could you be more specific? What have you tried?
usually I use a join and then (inthe where clause)something like
table1..field1 = table2.field1
or
table1..field1 > table2.field1
or
table1..field1 < table2.field1
or
table1..field1 <> table2.field1
depending on how I want to compare them.
"NOTHING is more important in a database than integrity." ESquared
PrevMonth from EmpHist table and Currentmonth from Emp table and see what fields in Currentmonth from Emp table do not match or is null compared to PrevMonth column in EmpHist table...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.