Pinned Loading
-
-
duckdb
duckdb PublicForked from duckdb/duckdb
DuckDB is an embeddable SQL OLAP Database Management System
C++
-
SQL Recursive queries: solution for ...
SQL Recursive queries: solution for exercise 3 (https://habr.com/en/company/postgrespro/blog/490228/) 1with recursive p(hops, flights, last_stop, last_arrival, total_duration, closest, found) as (
2select *
3from (
4select
5array[departure_airport, arrival_airport] as hops,
-
Most space-efficient MQTT topic gene...
Most space-efficient MQTT topic generation. This one skips the tree building step entirely and goes straight to emitting. Compare with V1 and V2 gists 1package main
23import (
4"fmt"
5"strings"
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.