Files
grafana/pkg/registry/apis/iam/legacy/testdata/mysql--teams_query-teams_uid.sql

7 lines
133 B
SQL
Executable File

SELECT id, uid, name, email, created, updated
FROM `grafana`.`team`
WHERE org_id = 0
AND uid = 'abc'
ORDER BY id asc
LIMIT 1