numval = val(myField)
If you want to do at table level then you could use alter table along with one of the numeric types. ie:
alter table myTable alter myColumn i
alter table myTable alter myColumn b(2)
alter table myTable alter myColumn y
etc.