python连接sql server查询条件为中文

当查询条件为中文时,查询不到结果,比如说
select * from card where name='张三'
在中文前加N试过了,没用
是在python里面查询哦,在ssms还是可以的