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

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

------------------------------------------------------------------------------
-- SELECTS AN EVENT FROM THE ACTIVITY TABLE
------------------------------------------------------------------------------

SELECT serialized_event
FROM activity
WHERE recipient_user_id = ?
      AND event_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy