mirror of
https://github.com/zitadel/zitadel.git
synced 2025-07-12 06:18:31 +00:00
13 lines
191 B
MySQL
13 lines
191 B
MySQL
![]() |
SELECT id,
|
||
|
instance_id,
|
||
|
table_name,
|
||
|
parent_type,
|
||
|
parent_id,
|
||
|
resource_name,
|
||
|
updated_at,
|
||
|
amount
|
||
|
FROM projections.resource_counts
|
||
|
WHERE id > $1
|
||
|
ORDER BY id
|
||
|
LIMIT $2;
|