Update one table to another
Posted: Sun Dec 18, 2011 2:01 pm
Dear All,
I need to update the data's from one table(my_channels) to another table(all_package).
I i used the following code. UPDATE all_packages SET channels = 'my_channels.ch_name' WHERE channels != 'my_channels.ch_name'
0 row(s) affected. ( Query took 0.0004 sec )
Please help....
I need to update the data's from one table(my_channels) to another table(all_package).
I i used the following code. UPDATE all_packages SET channels = 'my_channels.ch_name' WHERE channels != 'my_channels.ch_name'
0 row(s) affected. ( Query took 0.0004 sec )
Please help....