问答详情
源自:6-12 case...when语句

求助,一直提示无效字符

求助:

SQL> select username,case username when 'aaa' then '计算机部门' when 'bbb' then '市场部门' else '其他部门'

  2  end as 部门 from users;

end as 部门 from users

      *

ERROR at line 2:

ORA-00911: invalid character


提问者:weixin_慕村5439658 2019-05-12 11:33

个回答

  • 阿浪6271
    2019-05-28 20:56:05

    as后面的部门加上单引号试试