Write and execute SQL queries in Basedash
SELECT column1, column2 FROM your_table WHERE condition GROUP BY column1 ORDER BY column2 DESC LIMIT 100
SELECT * FROM orders WHERE date >= {{start_date}} AND date <= {{end_date}}
Was this page helpful?