Guest User

Untitled

a guest
Dec 19th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. IF( (SELECT COUNT([ID]) FROM my_Table WHERE [Col] = @SP_Parameter) > 0)
  2. BEGIN
  3. --My Code
  4. END
Add Comment
Please, Sign In to add comment