cursor.execute(query) 如果我使用 sqldeveloper 在 oracle 中输入了元组手册,则不会在 Django 中执行。
with connection.cursor() as cursor:
try:
print(value)
print(username)
cursor.execute("Select * from users where id=1")
finally:
cursor.close()
holdtom
相关分类