is numeric relational operator problem fixed in v7.3

Поиск
Список
Период
Сортировка
От jack
Тема is numeric relational operator problem fixed in v7.3
Дата
Msg-id 000e01c2a0c0$950c4710$1400a8c0@jac
обсуждение исходный текст
Ответы Re: is numeric relational operator problem fixed in v7.3  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-sql
Does the following now works in postgreSQL  v7.3?

Select * 
from a_table
where num1 >10;

*** type of num1 is NUMERIC (12,2)

Jack



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: SQL syntax for concating values in different rows together
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: is numeric relational operator problem fixed in v7.3