| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
We try to make MySQL Server follow the ANSI SQL standard and the ODBC SQL standard, but MySQL Server performs operations differently in some cases:
For VARCHAR columns, trailing spaces are removed when the value is
stored. See section Known Errors and Design Deficiencies in MySQL.
In some cases, CHAR columns are silently converted to VARCHAR
columns when you define a table or alter its structure.
See section Silent Column Specification Changes.
Privileges for a table are not automatically revoked when you delete a
table. You must explicitly issue a REVOKE statement to revoke
privileges for a table. See section GRANT.
This document was generated on July, 26 2004 using texi2html 1.70.