ORA-00998: must name this expression with a column alias

来源:互联网 发布:腾讯qq源码 编辑:程序博客网 时间:2024/05/18 03:33

这个的问题出现的原因是在SQL中,没有给字段取别名,

当用到case...when...then...else...end as...时,不要忘记取别名。

阅读全文
0 0