Examples with "SQL-strict" and their translation in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Statements must always be set up in SQL-strict syntax
With all kinds of INSERTs, however the SQL-strict rule applies, that values must be assigned to all record fields.
Bei allen Arten von INSERTs gilt jedoch die SQL-Strikt Regel, dass allen Feldern eines Datensatzes Werte zugewiesen werden müssen.
Other results
The SQL statement does not correspond to the SQL Strict rules and is additionally defined within the argument bracket of ->query().
Das SQL-Statement entspricht nicht den SQL-Strikt Regeln und ist zusätzlich noch innerhalb der Argumentenklammer von ->query() definiert.
SQL has a strict grammatical structure and syntax.
SQL hat eine strikte grammatische Struktur und Syntax.
For more restrictive treatment of invalid TIME values, enable strict SQL mode to cause errors to occur.
Zur restriktiveren Behandlung ungültiger TIME-Werte aktivieren Sie den strikten SQL-Modus.
Conversion and overflow problems result in warnings, or errors in strict SQL mode.
The omitted columns are set to their implicit default values if strict SQL mode is not enabled.
Die übergangenen Spalten können auf ihre impliziten Vorgabewerte gesetzt werden, sofern der strikte SQL-Modus nicht aktiviert ist.
values, enable strict SQL mode to cause errors to occur.
If strict SQL mode is enabled, attempts to insert invalid ENUM values result in an error.
Wenn der strikte SQL-Modus aktiviert ist, führen Versuche, ungültige ENUM-Werte einzufügen, zu einer Fehlermeldung.
If strict SQL mode is not enabled, MySQL sets the column to the implicit default value for the column data type.
Wenn der strikte SQL-Modus nicht aktiviert ist, setzt MySQL die Spalte auf den impliziten Standardwert für den Datentyp der Spalte.
This section describes the default (forgiving) behavior of MySQL, as well as the strict SQL mode and how it differs.
Dieser Abschnitt beschreibt das (nachsichtige) Standardverhalten von MySQL und den neueren strikten SQL-Modus sowie die Unterschiede zwischen diesen Modi.
As of MySQL 5.0.2, you can configure the server to use strict SQL mode.
Ab MySQL 5.0.2 können Sie den Server so konfigurieren, dass er den strikten SQL-Modus verwendet.
Note that these rules apply only when not running in strict SQL mode or if you use the IGNORE specifier for INSERT or UPDATE.
Beachten Sie, dass diese Regeln nur dann gültig sind, wenn MySQL nicht im strikten SQL-Modus ausgeführt wird oder Sie IGNORE für INSERT- oder UPDATE-Anweisungen angegeben haben.