0

通常(在 MySQL 中)我使用“select * from table limit 100”之类的查询来查看表,但我发现 DolphinDB 不支持它。那么有什么解决办法吗?

4

1 回答 1

0

在 DolphinDB 中使用 top 子句。

select top 100 * from table
于 2019-04-30T21:36:21.390 回答