0
点赞
收藏
分享

微信扫一扫

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

yundejia 2024-01-16 阅读 13

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

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

举报

相关推荐

0 条评论