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

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -