O ok. Heres an example of the line:
Now it is:
Code:
INSERT INTO quran VALUES (1, 'The Opening', 1, 1, '1 . In the name of Allah , the Beneficent , the Merciful');
INSERT INTO quran VALUES (2, 'The Opening', 1, 2, '2 . Praise be to Allah , Lord of the Worlds ,');
INSERT INTO quran VALUES (3, 'The Opening', 1, 3, '3 . The Beneficent , the Merciful .');
I need this:
Code:
<query>INSERT INTO quran VALUES (1, 'The Opening', 1, 1, '1 . In the name of Allah , the Beneficent , the Merciful');</query>
<query>INSERT INTO quran VALUES (2, 'The Opening', 1, 2, '2 . Praise be to Allah , Lord of the Worlds ,');</query>
<query>INSERT INTO quran VALUES (3, 'The Opening', 1, 3, '3 . The Beneficent , the Merciful .');</query>
There is obviously more than 3 lines. It goes on for 1000s of lines.
Bookmarks