match - Separating the matched and unmatched values in mysql -
i have 2 table same fields. want compare 1 of fields , move matched , unmatched values in 3rd , 4th table. can 1 me this?
assume table , table b.
insert table c values(select cola a,b cola=colb) insert table d values(select cola a,b cola!=colb)
Comments
Post a Comment