祁映 发表于 2020-12-26 01:50:04

如何让‘select*from tb_book where bkpress like '%出版社%';’在python中编写正确

select*from tb_book where bkpress like '%出版社%';
请教这条语句在mysql中可以查找出有这个字段的行,但python连接数据库后,这条语句在python中该如何修改?
像这条 q1=("select *from tb_book where bkname like %s") 返回结果不对,请问该如何修改?

wp231957 发表于 2020-12-26 07:51:21

用转义符试一下
页: [1]
查看完整版本: 如何让‘select*from tb_book where bkpress like '%出版社%';’在python中编写正确