crmpicco
04-27-2005, 04:09 PM
What characters can a MySQL DB not deal with in a insert query?
eg. the apostrophe.
Thanks.
Tangerine Dream
04-27-2005, 07:00 PM
Hi, MySQL server can deal with any character including special characters like apostrophe (single quote), double quote, new line, etc. using apporpriate escape sequence like "\'", "\"", "\n", etc. Check 9.1.1. Strings (http://dev.mysql.com/doc/mysql/en/string-syntax.html)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.