I need to compare column values in 2 tables using Visual Studio 2010 -


i want compare values between 2 mysql tables:

table1: 1839 records columns follows no1, no2, no3, no4, no5, no6

table2: 983816 records columns follows no1, no2, no3, no4, no5, no6, pick_no, hits

i have created form in visual studio 2010 has table adapter each table, want compare each column table1 against each column in table2 updating pick_no column 1 each time number matches column in table2, when each row in table1 has been checked against rows in table2 if pick_no greater 2 update hits column 1, start on record 2 table1 , on. after each row has been done table1 need 0 pick_no can cleared next run through.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -