mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-09 21:58:25 -06:00
3 lines
78 B
SQL
3 lines
78 B
SQL
-- name: DatabasesServiceGetDatabasesQty :one
|
|
SELECT COUNT(*) FROM databases;
|