Hey all,

I have a database that stores computer specs e.g.

Hard Drive Size (GB)
Memory Size (MB/GB)
Graphics Card Size (MB)

What i'm trying to do is query the database to find for example all hard drives under 80GB....

How would i achieve this, is there a data type that understands the differences between K, KB, MB, GB, TB?

Cheers