Replies: 2 comments
|
Hi @shiveries! I'm Dosu and I'm helping the Apache Superset team. There are two different places where row limits apply, and each works differently: SQL Lab The The simplest workaround is to write the SELECT * FROM my_table
ORDER BY my_column DESC
LIMIT 3;SQL Lab will respect whatever Charts (Explore / New Chart) The Row limit control in the chart editor is a In short:
To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |

Uh oh!
There was an error while loading. Please reload this page.
For the query limit rows are provided as a fix value in dropdown, how can i use my wanted value such as i want to get top 3 values in SQL LAB or NEW CHARTS displayed?
All reactions