hi every body
This is seshu i have doubt in mysql i have some date in excell sheet to export that data i have copied all the data into a text file and the wrote this code in mysql editor
LOAD DATA LOCAL INFILE 'pet.txt' INTO TABLE pet;
it has been exported but now the problem is insted giveing my id no as id_0033
it is giving Id_0033along with a box suffixed to the id and this is only to last coumn why is it showing so is it because of the space there in text file after every row
apart from this is there any way to the data in excell to my sql table
Thanking you sir
Regards
seshu