I have a MySql database round-about 2.5GB,
The table[A] has following columns, |anoid| |query| |date| |item-rank| |url|
I have just created another table[b] having columns only |query|
and |date|
I want to insert all the distinct records in query column, with it's respective date, from Table[A] to [B], is there any fast query?