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.
通常(在 MySQL 中)我使用“select * from table limit 100”之类的查询来查看表,但我发现 DolphinDB 不支持它。那么有什么解决办法吗?
在 DolphinDB 中使用 top 子句。
select top 100 * from table