Examples with "NULL de SQL" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
No existe soporte para el tipo NULL de SQL.
Esta propiedad de bajo nivel corresponde precisamente al atributo NOT NULL de SQL.
This low-level property corresponds exactly to the NOT NULL attribute of SQL.
Ahora se trata de JSON NULL como SQL NULO y por lo tanto devuelve NULL de SQL para JSON NULL input.
Andere resultaten
El siguiente ejemplo demuestra el resultado Null devuelto por el uso de Null con el SQL operador de una serie concadenada.
The following example demonstrates the Null result returned by using Null with the SQL || string concatenation operator.
Frecuentemente, preguntas de soporte en las listas de correo de Firebird hablan de "cosas raras" que pasan con los valores NULL en el SQL de Firebird.
Time and again, support questions pop up on the Firebird mailing lists about "strange things" happening with NULLs.
La opción Vacío si null de la Lista de propiedades (tema "Mostrar") permite mostrar un área vacía si la fecha es nula o contiene el atributo SQL NULL.
The Blank if null option of the Property List ("Display" theme) displays an empty area if the date is null or contains the SQL formats
La opción Vacío si null de la Lista de propiedades (tema "Mostrar") permite mostrar un área vacía si la hora es nula o contiene el atributo SQL NULL.
The Blank if null option of the Property List ("Display" theme) can be used to display an empty area if the time is null or contains the SQL NULL attribute.
Recuerda, esto es como funciona NULL en Firebird SQL.
Remember, this is how NULL works in Firebird SQL.
Utilice SQL NULL en lugar de una string vacía.
Use SQL NULL in place of an empty string.
En SQL, NULL no es un valor.
In SQL, NULL is not a value.
Ignorar la conversión de NULL en las columnas SQL NOT NULL.
Ignore conversion of NULL into SQL NOT NULL columns.
La cláusula NULL en SQL causa frecuentes confusiones.
REVISIÓN: Mensaje de error "Intentando establecer el valor de la columna non - able en NULL" cuando ejecuta una consulta que utiliza la función ISNULL() para seleccionar valores de una columna que acepta valores NULL en SQL Server 2008
FIX: "Attempting to set a non-NULL-able column's value to NULL" error message when you run an INSERT... SELECT statement that uses the ISNULL() function on a temp table in SQL Server 2008