此问题跟这个连接相同,但错误提示不同 https://blog.csdn.net/wh445306/article/details/102854868
from K_Company as a Where LoginID
ORA-00933: SQL command not properly ended
去掉 as就行了。
此问题跟这个连接相同,但错误提示不同 https://blog.csdn.net/wh445306/article/details/102854868
from K_Company as a Where LoginID
ORA-00933: SQL command not properly ended
去掉 as就行了。