Subject Select when string can be cast?
Author Harriv
Hi,

Is there a way to select by a VarChar field all the records which can
be casted as integer?

Something like: Select * from MYTABLE where Cast(ColumnA as Integer)