Frågan#1
Vad jag menar är följande:
En text-fil som innehåller:
use network
UPDATE test SET place="&" WHERE place='"&"';
UPDATE test SET place="&" WHERE place='"&"';
UPDATE test SET place="&" WHERE place='"&"';
Skulle det inte kunna gå att göra på detta vis att man kör enligt följande:
mysql < test.txt
Jag har prövat på detta, men det fungerar ej.
Får följande felmeddelandet:
You have an error in your SQL syntax near '"&"'' at line 1
Går detta att göra?