Der SQL-Standard hat sich in den vergangenen Jahrzehnten stark weiterentwickelt, genauso wie seine Implementierungen.
The SQL standard has evolved drastically in the past decades, and so have its implementations.
Dieser im SQL-Standard definierte Spaltentyp berechnet seinen Wert aus dem Inhalt anderer Spalten in derselben Tabelle.
Defined in the SQL standard, this type of column computes its value from the contents of other columns in the same table.
Unterstützung für Aliase auf Tabellen und Spalten, wie im SQL-Standard verlangt.
Support for aliases on tables and columns as required by standard SQL.
Tabellenzeichensatz und -sortierfolge sind MySQL-Erweiterungen, die es im SQL-Standard nicht gibt.
The table character set and collation are MySQL extensions; there are no such things in standard SQL.
Der SQL-Standard wird seit 1986 fortlaufend entwickelt, und es existieren verschiedene Versionen.
The SQL standard has been evolving since 1986 and several versions exist.
Im SQL-Standard ist nur das Fragezeichen (?) als Platzhalter vorgesehen.
The question mark (?) is the only placeholder character that the SQL standard defines.
Neben einfachen, skalaren, Werten definiert der SQL-Standard auch sogenannte „row value constructors".
Besides regular scalar values, the SQL standard also defines the so-called row value constructors.
Jede Klasse oder Unterklasse, die mit 0 bis 4 oder A bis H beginnt, ist durch den SQL-Standard definiert. Andere Klassen und Unterklassen sind durch die Implementierung definiert.
Any class or subclass that begins with 0 through 4 or A through H is defined by the SQL standard; other classes and subclasses are implementation defined.
Diese Typen entsprechen dem SQL-Standard.
These types align with the SQL Standard.
Im SQL-Standard wird diese Funktion als "Datum/ Uhrzeit-Literale" bezeichnet.
In the SQL standard, this feature is called "datetime literals".
Der SQL-Standard löst solche Fragen mithilfe so genannter „Sortierfolgevorrangsregeln".
Standard SQL resolves such questions using what used to be called "coercibility" rules.
Die Verwendung von Spaltenpositionen ist veraltet, weil die Syntax im SQL-Standard nicht mehr vorhanden ist.
Use of column positions is deprecated because the syntax has been removed from the SQL standard.
Der SQL-Standard gibt vor, dass, wenn Sie einen Alias für einen Tabellennamen erstellen, Sie diesen Alias für den Rest der SQL-Anweisung verwenden müssen (d. h., Sie können den ursprünglichen Tabellennamen nicht mehr verwenden).
The SQL standard specifies that when you create an alias for a table name, you must use the alias to refer to the table in the rest of the SQL statement (that is, you cannot use the original table name).