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

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

------------------------------------------------------------------------------
-- SEARCHES THROUGH APPLICATIONS USING NAME
------------------------------------------------------------------------------

SELECT *
FROM applications
WHERE app_name LIKE ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy