Quote:
Originally Posted by r937
insufficient information
please do a SHOW CREATE TABLE for the table
how are you reading the excel sheet?
|
SHOW CREATE TABLE T1 (
a bigint not null primary key auto_increment,
b varchar (64) not null ,
)
I want update A1 column to B1 column of excell
A2 to B2 and so on
where A1 refers to a column of table T1
and B2 refers to b column of table T1