如何让‘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") 返回结果不对,请问该如何修改? 用转义符试一下
页:
[1]