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

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

------------------------------------------------------------------------------
-- SELECTS ALL OF THE APPS A USER FOLLOWS
------------------------------------------------------------------------------

SELECT *
FROM Followings
    LEFT JOIN Applications USING (app_id)
WHERE user_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy