Viewing post 16 (of 16 total)
Hi,
You can try the following query :
select case isnumeric(YourFieldName) when 1 then YourFieldName else 0 end.
Hope that Helps 🙂
November 18, 2007 at 10:19 pm
#752141