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

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

------------------------------------------------------------------------------
-- SELECTS ALL OF AN APP'S FOLLOWERS
------------------------------------------------------------------------------

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy