If the new column allows null values and no default is specified, the new column contains a null value for each row in the table.
Si la nueva columna permite valores NULL y no se especifica un valor predeterminado, la nueva columna contendrá un valor NULL en cada fila de la tabla.
If the new column allows null values and a default definition is added with the new column, WITH VALUES can be used to store the default value in the new column for each existing row in the table.
Si la nueva columna permite valores NULL y se agrega una definición predeterminada con la nueva columna, se puede utilizar la opción WITH VALUES para almacenar el valor predeterminado en la nueva columna para cada fila existente en la tabla.
The following example adds a column that allows null values and has no values provided through a DEFAULT definition.
En el ejemplo siguiente se agrega una columna que permite valores NULL y a la que no se han proporcionado valores mediante una definición DEFAULT.
Because the wday (weekday) field allows null values, the query excludes records where wday is null.
Debido a que el campo wday (día de la semana) permite valores nulos, la consulta excluye los registros donde wday es nulo.
If a default does not exist for the column and the column allows null values, NULL is inserted.
Si no existe ningún valor predeterminado para la columna y esta admite valores NULL, se inserta NULL.
If the new column allows null values and you add a default definition with the new column, you can use WITH VALUES to store the default value in the new column for each existing row in the table.
Si la nueva columna no permite valores NULL y la tabla no está vacía, debe agregarse una definición DEFAULT con la nueva columna y ésta se carga automáticamente con el valor predeterminado en las nuevas columnas de cada fila existente.
If the new column allows null values and you don't specify a default, the new column contains a null value for each row in the table.
Si la nueva columna permite VALUES para almacenar el valor predeterminado en la nueva columna para cada fila existente en la tabla.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.