Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. INSERT INTO familiares(nombre,apellido_1,apellido_2,fecha_nacimiento,lugar_nacimiento,fecha_fallecimiento,lugar_fallecimiento,oficio,datos_destacables,biografia)
  2. OUTPUT inserted.id
  3. VALUES ('jose','apel_1','apel_2',NULL,'mi_ciudad',NULL,'mi_otra_ciudad','mi_oficio','mis datos destacables','nacio y murio el mismo dia');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement