prqlc 0.13.11

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement.
Documentation
1
2
3
4
5
from albums
select { AA=album_id, artist_id }
sort AA
filter AA >= 25
join artists (==artist_id)