Query Showing Modified Entities
Is there a query that I can use to get entities that have been modified recently?
Comments
-
Please use the following query to give you all the objects within element registration ordered by the most recent date modified date.
SELECT * FROM element_registration ORDER BY modified_date DESC
