Hi Everybody
this is seshu here i have doubt
I have a piece of code to insert data into table which is there in a txt file
and this is the code
LOAD DATA INFILE 'data.txt' INTO TABLE db2.my_table;
now is it possible load data from a excel file if so how i tried this but this is not working
some one help me out
regards
seshu
this is seshu here i have doubt
I have a piece of code to insert data into table which is there in a txt file
and this is the code
LOAD DATA INFILE 'data.txt' INTO TABLE db2.my_table;
now is it possible load data from a excel file if so how i tried this but this is not working
some one help me out
regards
seshu
Comment