derived table and row number addition

This commit is contained in:
2025-10-21 00:27:00 +05:30
parent 12d6fface6
commit 9837fb1e37
6 changed files with 112 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
.PHONY: run bench-select test
run:
go run ./cmd -o ./playground/db ./playground/schema.sql
bench-select: