Comparing different numeric data types

Поиск
Список
Период
Сортировка
От Vicente Alabau Gonzalvo
Тема Comparing different numeric data types
Дата
Msg-id 3E3A6A62.3000306@capgemini.es
обсуждение исходный текст
Ответы Re: Comparing different numeric data types
Список pgsql-general
I don't know if it's the right place for posting this thing.
Maybe sql list be better, but here it is.

It seems not to be possible to compare different numeric data types
such as numeric and double precision. I get this error:

Unable to identify an operator '<=' for types 'numeric' and 'double
precision'

Is it planned to do this comparissions in the future?

It's possible to make a cast but I don't like this approach.
It would be better if can be made transparently.


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

Предыдущее
От: "Christian"
Дата:
Сообщение: Re: Unicode error with pgaccess
Следующее
От: "codeWarrior"
Дата:
Сообщение: Re: Perl DBI and placeheld values