Platform
Resources
Pricing
Sign in
Get started
Lars Schöbitz
Workspace
Fork
Public
By
Lars Schöbitz
Edited
Apr 13, 2023
Insert cell
Insert cell
db
SELECT m.name
, COUNT(*) as count
FROM get_fit_now_member m
JOIN get_fit_now_check_in c
ON m.id = c.membership_id
GROUP BY m.name
ORDER BY count DESC
Insert cell
db
Filter
Columns
Sort
Slice
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
db
Filter
Columns
Sort
Slice
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
db
SELECT address_street_name
, count(*) as count
FROM person
GROUP BY address_street_name
ORDER BY count DESC
Insert cell
db
Filter
1
Columns
3
Sort
1
Slice
0–1
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
db
Filter
3
Columns
Sort
Slice
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
import
{
mysteryDuck
as
db
}
from
"@observablehq/sql-murder-mystery-in-duckdb"
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
db
File attachments
Databases
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
db
File attachments
Databases
Filter
Column
Operator
Columns
Sort
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
db
File attachments
Databases
Filter
Column
Operator
Columns
Sort
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
db
File attachments
Databases
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
db
File attachments
Databases
Filter
address_street_name
Operator
Column
Operator
Columns
Sort
address_number
Descending
Descending
Ascending
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
db
File attachments
Databases
Filter
date
Operator
type
Operator
city
Operator
Column
Operator
Columns
Sort
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML