sql = fr"select * from sys.tables where name like '%{table}%'"

yundejia

关注

阅读 14

2024-01-16

sql = fr"select * from sys.tables where name like '%{table}%'"

table = None 已经字符串化为'%None%'了 结果当然查不到

相关推荐

精彩评论(0)

0 0 举报