Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 UI 有一个模式浏览器,它显示列和一些关于缓存的信息,但是如果我禁用了 REST API 或者没有打开端口来浏览服务器的 Web 控制台,我希望能够检查这一点. 我如何从 SQL 中检查这个?
这些查询返回表架构
tables -- or select * from tables() -- this to show columns by table name show columns from <table>