single quotes in a select statement
Joseph <lters@mrtc.com>
From: "Joseph" <lters@mrtc.com>
To: "Pgsql-General" <pgsql-general@postgresql.org>
Date: 2001-05-11T15:27:16Z
Lists: pgsql-general
Is it possible to have one field like the following 'some text' || case when t='1' then '1' else '2' end I don't know how to differentiate the different quotes. Can I use double quotes or some other kind of quotes inside my case statement? Thanks respectfully, Joseph