Python:pymysl 中 SQL 语句使用 where like 模糊查询时 % 的处理方法
1问题python中,使用pymysql操作MySQL数据库时,有时会遇到使用like模糊查找,如:sql='''updateamazon_seller_logsetlog_note="%s",domain_url="%s"whereupdate_timelike"%s%"'''%(log_note,domain_url,today)此时,会遇到写入错误,因为whereupdate_timelik