一则> ORA-00907: missing right parenthesis 错误处理,sql 表名 可以加as oracle表名不能加

mac2025-04-28  4

SQL Server中可以像下面这样用as定义表名

from K_MicfoNo as a 

但是在oracle中像上面这样写会报 > ORA-00907: missing right parenthesis 错误

oracle中正确写法:from K_MicfoNo  a  

最新回复(0)