Skip to content

Instantly share code, notes, and snippets.

@billinkc
Created August 1, 2014 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billinkc/e941d138815421838362 to your computer and use it in GitHub Desktop.
Save billinkc/e941d138815421838362 to your computer and use it in GitHub Desktop.
Such wow
IF @@Error = 0
BEGIN
IF @@RowCount = 0
BEGIN
RETURN 1
END
ELSE
BEGIN
RETURN @@RowCount
END
END
RETURN @@ERROR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment