I would like to insert the following 4 lines into a database:
insert into [formulas] values(6, 'Ár', '@#Idő@/60*@#Órabér@*@#Torzítás@');
insert into [formulas] values(7, 'Idő', 'ceil(((@#Összhossz@/1000)/@~Előtolás@)*100)/100+ceil((@#Lyukszám@*@~Lyuk. idő@/60+@#Anyagtényező@*@#Lyukszám@)*100)/100');
insert into [formulas] values(8, 'Önköltség', '(@!Áramár/h@+@!Csarnokbér/h@+@!Munkás órabér@+@!Szervízköltség@+@~Gáz fogy.@*@#Vágógáz Ár@+3*@!N2 (m3)@)/(@~Előtolás@*60)');
insert into [formulas] values(9, 'Lyukönköltség', '@#Lemezvast.@');
These was exported from an SQLite database, and I want them to insert into wamp server's sql database. Can anybody help me, how to escape these strings?
arnold
Aucun commentaire:
Enregistrer un commentaire