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

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

------------------------------------------------------------------------------
-- CHECKS A USER FOLLOWS AN APP
------------------------------------------------------------------------------

SELECT count(*) > 0
FROM Followings
WHERE app_id = ?
      AND user_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy