Subject question about sql statement ???????
Author shyang
In sqlserver, this sql statement is success.
 
' select
  CASE name when 'yang' then 'YANG'
  ELSE name END as fullname from people'
 
But interbase, Statement failed for CASE and When...
I want to select column like this statement's result.
How can i do????