This commit is contained in:
vipg
2025-12-26 16:11:59 +08:00
parent 004a9e6bb5
commit 9abd667211
2 changed files with 29 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ import os
import re
# 1. 定义表名称变量,方便调整
table_name = "cn_futures_trading_records" # 可以根据需要修改表名
table_name = "cn_pmi_records" # 可以根据需要修改表名
# 2. 定义SQL模板
sql_template = f"""DO $$