sql - Check if a varchar column can be convert to and int or a float -


what's easiest test check if varchar(500) column can turned float or interger?

if use parse int . , there non numeric in string output non. check http://msdn.microsoft.com/en-us/library/f02979c7.aspx


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -