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

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

------------------------------------------------------------------------------
-- CHECKS WHETHER A USER BELONGS TO AN ORGANIZATION OR NOT
------------------------------------------------------------------------------

SELECT count(*) > 0
FROM organization_members
WHERE organization_id = ?
      AND user_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy