标签: python mysql pymysql
我想使用PyMysql提取数据库表生成脚本。当我执行像cursor.execute(“show create table table_name;”)这样的语句时,它不会返回预期的结果。