Nov 4, 2004 #1 jby1 Programmer Joined Apr 29, 2003 Messages 403 Location GB Hi Is there any easy way of testing a varchar value in SQL to see if it can be cast to a numeric type (eg integer, float etc)? Thanks.
Hi Is there any easy way of testing a varchar value in SQL to see if it can be cast to a numeric type (eg integer, float etc)? Thanks.
Nov 4, 2004 Thread starter #2 jby1 Programmer Joined Apr 29, 2003 Messages 403 Location GB Hmm, perhaps the IsNumeric function! Well, will teach me to look more into BOL in future! Upvote 0 Downvote