I'm afraid I can't make out what your question is. By "SQLSERVER", do you mean Microsoft SQL Server, or older versions of Sybase SQL Server? By "SYBASE", do you mean ASE, ASA, ASIQ, or SQL Server - and what version?
The CASE statement is supported in Sybase ASE versions 11.5 and higher.
Main Topics
Browse All Topics





by: ahoorPosted on 2000-11-21 at 08:47:41ID: 5479979
Case statements work in Sybase from version 11.5, so my guess is you have a prior version?
From version 11.5 this statement must work if:
- t1 is a table
- a1 is a column is this table
Arjan