回答編集履歴

1

追記

2023/02/17 06:07

投稿

can110
can110

スコア38262

test CHANGED
@@ -1,3 +1,6 @@
1
1
  使い方がおかしいです。
2
2
  [SQL Execution](https://cx-oracle.readthedocs.io/en/latest/user_guide/sql_execution.html#sql-execution)のとおり`cur.execute(sql)`が正しいと思います。
3
3
 
4
+ あと以下にも注意してください。
5
+ > SQL statements should not contain a trailing semicolon (“;”) or forward slash (“/”). This will fail:
6
+