Guest_imported
New member
- Jan 1, 1970
- 0
when i make the query
insert into table ('val1','val2',...,'mmm\'mm',...,'valn');
it works good...
but when I type :
insert into table('val1','val2',...,'mmm \' mm',...,'valn');
it doesn't work !!!!!
I don't understand !!
is that a bug or it's me that make a mistake ???
thank you for your help.
insert into table ('val1','val2',...,'mmm\'mm',...,'valn');
it works good...
but when I type :
insert into table('val1','val2',...,'mmm \' mm',...,'valn');
it doesn't work !!!!!
I don't understand !!
is that a bug or it's me that make a mistake ???
thank you for your help.