Subject Select case
Author marcospvi
Hi,

How i use the select case command like SqlServer in Interbase ?
Ex.:
Select case <field>
when 'Y' then 'Yes'
when 'N' then 'No'
end
from <table>

Tks