grafana/pkg/registry/apis/identity/legacy/testdata/postgres__teams_uid.sql

7 lines
122 B
SQL
Executable File

SELECT id, uid, name, email, created, updated
FROM "team"
WHERE org_id = $1
AND uid = $2
ORDER BY id asc
LIMIT $3