我的代码在插入到数据库中的代码行抛出了错误Error in mysql syntax。但是我很困惑为什么我不能获得更多关于这个错误的数据。有什么想法?精确错误
Errormessage: You have an error in your SQL syntax; check the manual that corresponds to your MySQL
create or replace function f() RETURNS void AS
tableArray text[] := '{"ADDRESS","CONSISTENCY_CHECK","DEPARTMENT_SUPERVISION"}'; value INTEGER ;BEGIN LOOP
select user
简单的SQL语句:cursor.execute(sql, ("user_table",))psycopg2.ProgrammingError: syntax error at or near "'user_table'"SQL语句中的单引号就是问题所在。如果我运行下面的代码,它会运行得很好:
cursor.execute("DROP T