File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,21 @@ No son los únicos, existen otros que veremos mas adelante.
300300
301301## Caracteristicas del atributo identy
302302
303+ _ Para saber cuál es el valor de inicio del campo "identity"_
304+
305+ ``` sql
306+ select ident_seed(' libros' );
307+ ```
308+ _ Para permitir ingresar un valor en un campo de identidad activamos la opción_
309+
310+ ``` sql
311+ set identity_insert libros on ;
312+ ```
313+
314+ ``` sql
315+ set identity_insert libros off;
316+ ```
317+
303318| Comentarios | Link | Home | Code | Version | Estado |
304319| ----------------------------| :-----------:| :-----------:| :-----------:| :-----------:| :-----------:|
305320| [ Caracteristicas del atributo identy] ( https://github.com/BrianMarquez3/Learning-Microsoft-SQL-SERVER/tree/main/016%20Campo%20con%20atributo%20identy ) | ✔️ | [ ⬅️Atras] ( #Tabla-de-contenidos ) | yes | yes | ✔️ |
You can’t perform that action at this time.
0 commit comments