Subject RE: [ib-support] Select case
Author Kaputnik
not at all :-(

IB does not support this feature yet, but I hope it will be supported in
Firebird 2 :-)

CU,

Nick Josipovic

CRM Administration
BIT-Institute
Prof. Dr. Franz Steffens
Schloss
68163 Mannheim
Germany
Phone: ++49 621 181-1621
Fax: ++49 621 181-1618
mailto:nick.josipovic@...



> -----Original Message-----
> From: marcospvi [mailto:marcospvi@...]
> Sent: Monday, December 17, 2001 7:48 PM
> To: ib-support@yahoogroups.com
> Subject: [ib-support] Select case
>
>
> 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