All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.aroma.sql.queries.select_recent_applications.sql Maven / Gradle / Ivy

------------------------------------------------------------------------------
-- SELECTS ALL OF THE RECENTLY UPDATED APPLICATIONS
------------------------------------------------------------------------------

SELECT *
FROM applications
WHERE time_last_updated > now() - INTERVAL '48 hours'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy