thedumbkid
Programmer
anybody ever tried to do:
INSERT INTO mytable (column1) VALUES ('\');
that doesn't seem to work but
INSERT INTO mytable (column1) VALUES ('\\'); works...
why is that???
INSERT INTO mytable (column1) VALUES ('\');
that doesn't seem to work but
INSERT INTO mytable (column1) VALUES ('\\'); works...
why is that???