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.
获取所有以前创建的表的列表的查询语法是什么?然后如何查看选定的表字段?
获取“sample_keyspace”中表的描述:
query GetTables { keyspace(name: "sample_keyspace") { name tables { name columns { name kind type { basic info { name } } } } } }