Skip to content

Instantly share code, notes, and snippets.

@MarkPryceMaherMSFT
Created April 1, 2022 16:39
Show Gist options
  • Save MarkPryceMaherMSFT/71934da5992f856d1122fd2b69d424af to your computer and use it in GitHub Desktop.
Save MarkPryceMaherMSFT/71934da5992f856d1122fd2b69d424af to your computer and use it in GitHub Desktop.
Sample test for check_my_number
-- code to test number check
select dbo.check_my_number('10') as test1
,dbo.check_my_number('boo') as test2
,dbo.check_my_number('10.1') as test3
,dbo.check_my_number('-10') as test4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment