Commit ac9e293e authored by 张彦钊's avatar 张彦钊

change test file

parent 59701f5d
......@@ -164,7 +164,7 @@ if __name__ == '__main__':
cursor.execute(sql)
result = cursor.fetchall()
print(result)
a = [i(1) for i in result]
a = [i[0] for i in result]
print(a)
......
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