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

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

------------------------------------------------------------------------------
-- SELECTS ALL OF AN ORGANIZATION'S APPLICATIONS
------------------------------------------------------------------------------

SELECT *
FROM applications
WHERE organization_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy