Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
table variables (temporary tables)
declare @tmp table ( ID int, Name nvarchar(100) ) insert into @tmp select 1, 'test' select * from @tmp
run
|
edit
|
history
|
help
-1
decimal_test
sarthak rana
MyWall
QLSV
PROC How to store the results of a Proc in a Variable
SQLERROR
Madelin
Max from multiple columns
InsertData.sql
Fatch data in xml format