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
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