mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-09 13:48:25 -06:00
3 lines
81 B
SQL
3 lines
81 B
SQL
-- name: ExecutionsServiceGetExecutionsQty :one
|
|
SELECT COUNT(*) FROM executions;
|