1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-06-17 04:48:33 +00:00

13 lines
227 B
MySQL
Raw Normal View History

SELECT
aggregate_id
, aggregate_type
, "sequence"
, event_date
, "position"
, filter_offset
FROM
projections.current_states
WHERE
instance_id = $1
AND projection_name = $2
FOR UPDATE NOWAIT;