Re: EXCEPT doesn't compare TIMESTAMP type?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: EXCEPT doesn't compare TIMESTAMP type?
Дата
Msg-id hqs0nt$g8v$1@dough.gmane.org
обсуждение исходный текст
Ответ на Re: EXCEPT doesn't compare TIMESTAMP type?  (dipti shah <shahdipti1980@gmail.com>)
Список pgsql-general
dipti shah, 23.04.2010 13:17:
> Thanks but I don't have text type in my table.
> sysdb=# \d changelogtest
> techdb=# INSERT INTO changelogtest (id, txid, txtime) values (5, 123, 'now')
> except select id, txid, txtime
> from changelogtest
> where id=5;

'now' *is* a text type value

Thomas

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

Предыдущее
От: dipti shah
Дата:
Сообщение: Re: EXCEPT doesn't compare TIMESTAMP type?
Следующее
От: Alexandr Popov
Дата:
Сообщение: Re: EXCEPT doesn't compare TIMESTAMP type?