Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
try catch, raiserror and throw
-- error raise begin try declare @a int=0 set @a=(1/0) end try begin catch print('divide by zero') raiserror('divide by zero',16,1) -- 1. message 2. level 3. state -- new feature of 2012 sql server "throw" --Throw; end catch
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
aa
Using varaible
New_1
Viernes
Query to remove the string between two indexes of delimiters
MindBoxTest
List longest unique string for each id
FIGURA5.2
Delete double entries from a table without primary key
Exam_3_Final
Please log in to post a comment.