Commit c74496fe authored by litaolemo's avatar litaolemo

update

parent 9609e24d
......@@ -105,7 +105,8 @@ for res in sql_res:
content_click_pv=content_click_pv,slide_wel_click_pv=slide_wel_click_pv,self_wel_click_pv=self_wel_click_pv,
partition_day=partition_day, pid=pid
)
print(sql)
cursor.execute(sql)
# print(sql)
res = cursor.execute(sql)
print(res)
# cursor.executemany()
db.close()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment