Somebody has to have to run into this before...
I've a db in which file sizes are stored in what I call least-form:
9kb, 1mb, 2gb
vs a similiar-qualified form:
9000, 1000000, 1000000000
Has anybody come up with a evaluation function that would turn something like '1.3mb' -> 1300000?
BG: I'm trying to run AVG()'s off the file sizes
TIA
=============================
Sean Shrum
Shrum Consulting
I've a db in which file sizes are stored in what I call least-form:
9kb, 1mb, 2gb
vs a similiar-qualified form:
9000, 1000000, 1000000000
Has anybody come up with a evaluation function that would turn something like '1.3mb' -> 1300000?
BG: I'm trying to run AVG()'s off the file sizes
TIA
=============================
Sean Shrum
Shrum Consulting