Subject Re: Select case
Author Aage Johansen
marcospvi wrote:
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>
----------------------------------------------


Try do use a Stored Procedure where you can manipulate data somewhat.


Regards,
Aage J.