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