You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mercury/src/sql/read-clarity-lifecycleEvent...

5 lines
145 B
SQL

SELECT *
FROM project_lifecycle
WHERE changed_column = 'status'
AND new_value = '+READY_FOR_REVIEW'
AND timestamp > now() - INTERVAL 2 MONTH;