Thread:
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 ==========================================================================
> I think I asked this before but don't recall seeing an answer. Do we > have a logical AND? Uh, yes. It's called "AND" ;) - Thomas -- Thomas Lockhart lockhart@alumni.caltech.edu South Pasadena, California