MySQL 8.0 Reference Manual
MySQL 8.0 Release Notes
Table of Contents
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:
There are several differences between the MySQL and standard SQL privilege systems. For example, in MySQL, 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. For more information, see REVOKE Statement.The
CAST()
function does not support cast toREAL
orBIGINT
. See Cast Functions and Operators.