I am running this query in Oracle 11g with no problem:
select (case when seqnum = 1 then \'1\' when seqnum = cnt then \'0\'
AFAK case command was introduced since 9i.