Created
April 1, 2022 16:39
-
-
Save MarkPryceMaherMSFT/71934da5992f856d1122fd2b69d424af to your computer and use it in GitHub Desktop.
Sample test for check_my_number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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