Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Libros
create table Libros ( codigo int identity, nombre varchar (100), autor varchar (100), editorial varchar (100), precio float ); insert into Libros ( nombre, autor, editorial, precio) values ('cienaños de soledad', 'Gabrile Garcia Marques','la sabana',null) ; insert into Libros ( nombre, autor, editorial, precio) values ('El hombre que calculaba', 'Malba Tahan','NORIEGA',null) ; insert into Libros ( nombre, autor, editorial, precio) values ('Don quijote de la mancha', 'Miguel de Cervantes3','Francisco de Robles',null) ; insert into Libros ( nombre, autor, editorial, precio) values ('La franja amarilla', 'WILLIAM OSPINA','Penguin Random House Grupo Editorial Colombia',null) ; insert into Libros ( nombre, autor, editorial, precio) values ('algebra', 'Aurelio Baldor','Grupo Editorial Patria',null) ; select* from Libros;
run
|
edit
|
history
|
help
0
Manish SQL
OUTPUT CLUASE
student
TSQL - Globally unique string generator
SQL SERVER 2012 how to split records in a column separated by delimiter
Sql flight 1
search all tables for string
Pivot and Unpivot
Sql varchar to date
Loan table