Automatic casting

Поиск
Список
Период
Сортировка
От Vicente Alabau Gonzalvo
Тема Automatic casting
Дата
Msg-id 3E3E5BB5.1010105@capgemini.es
обсуждение исходный текст
Ответы Re: Automatic casting  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
Is there any way of doing nodo_fecha_activ<= 1044226800000::numeric
without casting?

nodo_fecha_activ is numeric


if I try nodo_fecha_activ<= 1044226800000 then it gives me this error
ERROR:  Unable to identify an operator '<=' for types 'numeric' and 
'double precision'



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

Предыдущее
От: Vicente Alabau Gonzalvo
Дата:
Сообщение: numeric when compared to literal
Следующее
От: thatsamiam@yahoo.com (Sam Iam)
Дата:
Сообщение: get # of rows while doing SELECT with LIMIT at same time ?