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
Exp8Q2
FirstTable
aawrish
Shalvika's Query
Q2_5MIN
delete all data from given scheme tables
mc170400712
QLSV
Using pre-built schema in sql server
TestTaskSolutionByTania