Subject | Select case |
---|---|
Author | marcospvi |
Post date | 2001-12-17T18:48:20Z |
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
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