Is the backslash \ counted as a character in MySQL?

Posted by Axel on Stack Overflow See other posts from Stack Overflow or by Axel
Published on 2010-04-04T00:38:56Z Indexed on 2010/04/04 0:43 UTC
Read the original article Hit count: 292

Filed under:
|

Hello, if i have a table which has columns with fixed lenght, Will mySQL count the backslashes as characters?

Example : people(name[10],age[3])

If i store in the name column a mysql escaped value like : Blahblah\'s Will MySQL cut it at the quote?

Thanks

© Stack Overflow or respective owner

Related posts about mysql

Related posts about database