SQL statements ina text file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings All,

I have a text file that contains many sql strings that I wish to use to load
into a database.

Example of text file

INSERT INTO `tableTbl` VALUES (1,2,341,5,'a',6,'b',7,'c',8);INSERT INTO
`tableTbl` VALUES (11,12,13,14,15,'a',16,'b',17,'c',18);

Many thanks All
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top