Run Code
|
API
|
Code Wall
|
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
function used in cte
Recursive CTE termination
test1
check constraint
Names
sql-server-storing-wildcards-in-data
yoo
SCHOOL-BUILD
Query through an error in Sql Server 2008 r2
ms sql 3