| From: | Vince Vielhaber <vev(at)michvhf(dot)com> |
|---|---|
| To: | hackers(at)postgresql(dot)org |
| Subject: | |
| Date: | 1999-12-15 15:10:03 |
| Message-ID: | 199912151510.KAA08185@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)michvhf(dot)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
==========================================================================
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Lockhart | 1999-12-15 15:46:40 | Re: [HACKERS] From: Vince Vielhaber <vev@michvhf.com> |
| Previous Message | Bruce Momjian | 1999-12-15 13:51:37 | Re: [PATCHES] non-blocking patches. |