Numeric Columns

Поиск
Список
Период
Сортировка
От miwalsh
Тема Numeric Columns
Дата
Msg-id 438F8BE9@zathras
обсуждение исходный текст
Ответы Re: Numeric Columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
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 be able 
to hold values like "<0.05".

Is this possible or do I have to change the schema?



В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: queries problems
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Numeric Columns