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

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

------------------------------------------------------------------------------
-- SELECTS A USER BY ID
------------------------------------------------------------------------------

SELECT *
FROM users
WHERE time_last_updated > (now() - INTERVAL '48 Hours')




© 2015 - 2025 Weber Informatics LLC | Privacy Policy