微信扫一扫
sql = fr"select * from sys.tables where name like '%{table}%'"
table = None 已经字符串化为'%None%'了 结果当然查不到
相关推荐