SQL Server中可以像下面这样用as定义表名
from K_MicfoNo as a
但是在oracle中像上面这样写会报 > ORA-00907: missing right parenthesis 错误
oracle中正确写法:from K_MicfoNo a