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

tech.aroma.sql.deletes.delete_following.sql Maven / Gradle / Ivy

------------------------------------------------------------------------------
-- REMOVES A FOLLOW
------------------------------------------------------------------------------

DELETE
FROM Followings
WHERE app_id = ?
      AND user_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy