mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
7 lines
122 B
SQL
Executable File
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
|