gpt4 book ai didi

python - MySQL 类型错误 : not enough arguments for format string

转载 作者:行者123 更新时间:2023-11-29 17:13:16 25 4
gpt4 key购买 nike

当我使用日期时间从 Mysql 检索数据时,发生以下错误
类型错误:格式字符串参数不足。这是我写在下面的代码

temp1=datetime.strptime(date1, '%Y-%m-%d')
temp2=datetime.strptime(date2, '%Y-%m-%d')
rows1=exdb.getData("admin", "SELECT count(id) as total_count from client_onboard WHERE (video_datetime BETWEEN '%s' AND '%s');" % (temp1) %(temp2))

最佳答案

关于python - MySQL 类型错误 : not enough arguments for format string,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51782411/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com