1.7.2 MySQL Differences from Standard SQLMySQL与标准SQL的差异

1.7.2.1 SELECT INTO TABLE DifferencesSELECT INTO TABLE差异
1.7.2.2 UPDATE Differences差异
1.7.2.3 FOREIGN KEY Constraint DifferencesFOREING KEY约束差异
1.7.2.4 '--' as the Start of a Comment作为注释的开始

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:我们试图使MySQL Server遵循ANSI SQL标准和ODBC SQL标准,但MySQL Server在某些情况下执行的操作不同:

1.7.2.1 SELECT INTO TABLE Differences
1.7.2.2 UPDATE Differences
1.7.2.3 FOREIGN KEY Constraint Differences
1.7.2.4 '--' as the Start of a Comment