- Архив списков рассылки pgsql-hackers

Поиск
Список
Период
Сортировка
От Vince Vielhaber
Тема
Дата
Msg-id 199912151510.KAA08185@hub.org
обсуждение исходный текст
Список pgsql-hackers
I think I asked this before but don't recall seeing an answer.  Do we 
have a logical AND?  partial example:

SELECT (( sum(case dict.word when 'enable' then 1 else 0 end) && sum(case
dict.word when 'test'  then 1 else 0 end))) FROM blahblahblah

Note the && in the first line.  I'm guessing this came from MySQL, it's
a query that UdmSearch created.

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
128K ISDN - $24.95/mo or less; 56K Dialup - $17.95/mo or less www.pop4.net       Online Campground Directory
http://www.camping-usa.com     Online Giftshop Superstore    http://www.cloudninegifts.com
 
==========================================================================






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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] non-blocking patches.
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] From: Vince Vielhaber