
tech.aroma.sql.queries.select_tokens_for_owner.sql Maven / Gradle / Ivy
------------------------------------------------------------------------------
-- FINDS ALL OF THE TOKENS BELONGING TO A USER OR APP
------------------------------------------------------------------------------
SELECT *
FROM tokens
WHERE owner_id = ?
© 2015 - 2025 Weber Informatics LLC | Privacy Policy