Reputation: 21
What is the equivalent to SHOW TABLES in DolphinDB?
Upvotes: 2
Views: 290
Reputation: 1
try the getTables function,below is the demo:
getTables(database("dfs://mydb"))
Upvotes: 0