Query works on Oracle 11g but fails on Oracle 8i

后端 未结 2 1571
刺人心
刺人心 2021-01-26 11:43

I am running this query in Oracle 11g with no problem:

select (case
         when seqnum = 1 then
          \'1\'
         when seqnum = cnt then
          \'0\'         


        
2条回答
提交回复
热议问题