Stela

Stela — Data Analysis Workspace - Run SQL in Markdown. Analyze data in Stela. | Product Hunt
weekly-analysis.md

Weekly task status

Check the distribution before sharing the update.

analyticsrunsql
-- Show the current task distribution
SELECT status, COUNT(*) AS total
FROM tasks
GROUP BY status ORDER BY total DESC;
2 rows · 18msLatest result
statustotal
open42
done18
⇄ CompareLatest15:42Yesterday

01

02

03

04