【发布时间】:2020-01-18 22:40:43
【问题描述】:
cursor.execute("select name,marks from student order by marks desc limit 5")
cx_Oracle.DatabaseError: ORA-00933: SQL 命令未正确结束
如何解决此错误?还有其他方法可以重述查询吗? 这个查询有什么问题?
【问题讨论】:
-
嗨,
students或student表名?
标签: sql python-3.x