Re: [SQL] Numeric Columns

2005-09-08 Thread Tom Lane
miwalsh <[EMAIL PROTECTED]> writes: > I need to make a column that is capable of holding numeric values along with > certain modifiers such as "<" or ">". The column needs to be searchable by > numbers. For example, if someone searches for values lower than 10.0 the > column should return the re

[SQL] Numeric Columns

2005-09-08 Thread miwalsh
I need to make a column that is capable of holding numeric values along with certain modifiers such as "<" or ">". The column needs to be searchable by numbers. For example, if someone searches for values lower than 10.0 the column should return the relevant values. However, the column needs to