CASE expression of postgresql
Igor Plekhov <[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <20050812050006.GC28725@tcp> |
How can I write the following query in clsql ? SELECT foo, CASE foo = 1 THEN 2 END FROM bar; foo is a column of bar table; CASE is a conditional expression of postgresql. -- Registered Linux User #124759