Subject | question about sql statement ??????? |
---|---|
Author | shyang |
Post date | 2002-01-02T08:56:33Z |
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????