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