更新
This commit is contained in:
parent
babbc2525b
commit
d99e752bba
@ -259,7 +259,7 @@ def read_BytesExtra(BytesExtra):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
DB = sqlite3.connect(r"D:\_code\py_code\test\a2023\b0821wxdb\merge_wfwx_db\hwfWxMsg\MSG_all.db")
|
DB = sqlite3.connect(r"")
|
||||||
cursor = DB.cursor()
|
cursor = DB.cursor()
|
||||||
sql = "select MsgSvrID,CompressContent from MSG where MSG.MsgSvrID=5379391128928795712"
|
sql = "select MsgSvrID,CompressContent from MSG where MSG.MsgSvrID=5379391128928795712"
|
||||||
DBdata = cursor.execute(sql).fetchall()
|
DBdata = cursor.execute(sql).fetchall()
|
||||||
|
Loading…
Reference in New Issue
Block a user