What is the equivalent of sqlite_master System Table in mysql?

前端 未结 0 1681
误落风尘
误落风尘 2021-01-03 08:19

My goal is just to use that SQL command but to traduct it from sqlite to mysql :

cursor.execute(f"SELECT count(*) FROM sqlite_master WHERE type=\'table\' A

相关标签:
回答
  • 消灭零回复
提交回复
热议问题