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

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

------------------------------------------------------------------------------
-- CHECKS WHETHER A MESSAGE EXISTS IN AN INBOX OR NOT
------------------------------------------------------------------------------

SELECT count(*) > 0
FROM inbox
WHERE user_id = ?
      AND message_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy