Home
The Toolkit for Online Communities
15896 Community Members, 0 members online, 2407 visitors today
Log In Register

Forum OpenACS Q&A: Response to stumped on a postgresql query ... using the || operator for types char and bool

OpenACS Home : Forums : OpenACS Q&A : Response to stumped on a postgresql query ... using the || operator for types char and bool : One Message

Thanks Vinod, that did it... i hadn't realized that boolean can be referenced that way in case statements... i searched the postgresql docs, but didn't find it because i was searching for the wrong things... i was looking as cast statements, and not the properties of boolean values. Ah, the joys of learning a the little things when dealing with a database I'm new to.