Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Comercio
--Sql Server 2014 Express Edition --Batches are separated by 'go' select @@version as 'sql server version' Create table articulo ( Codigo integer not null, Nom_art varchar (20) not null, Descripción varchar(150) not null, Stock_disp integer not null, Primary Key(codigo) ); Select *from articulo Insert INTO articulo values (1,'azucar','paq x 1kg',148);
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Rno 37 boat
Turn comma-separated numbers in string into rows
SQL5
Pivot and Unpivot
SQL SERVER 2012 how to split records in a column separated by delimiter
SQL HW 1 Appline
FOREIGN KEY
testing
subquery & correlated subquery & "is null" condition
calendar
Please log in to post a comment.