Question
Insert HTML data into table in MySql
Hi,
I have an HTML file which i would want to insert into a table as a single row.
I am currently using LOAD DATA LOCAL INFILE ’/var/lib/tomcat7/webapps/app/index.html’ INTO TABLE html_sample
but it is storing each as individual row in the table.
Is there anyway to store the entire html file as a single row?
Hi @Amrutha
I’m not sure how many Tomcat users there are in this forum, so I would suggest you ask in a Tomcat forums instead - have a look in https://stackoverflow.com/questions/tagged/tomcat