FROM range(DATE'2023-04-01',DATE'2023-04-30', interval 1 day) SELECT range date`
con
Type Table, then Shift-Enter. Ctrl-space for more options.
con
SELECT
employeeid,
(SELECT date FROM calendar LEFT JOIN tbl ON date = actual_date),
type,
actual_date
FROM
tbl
con
SELECT employeeid,date FROM calendar full outer JOIN tbl ON date = actual_date
con
create or replace table calendar as from range(DATE'2023-04-01',DATE'2023-04-30', interval 1 day) select range date
con
Type Table, then Shift-Enter. Ctrl-space for more options.
import{sql}from"@cmudig/highlighter"
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.