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

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

------------------------------------------------------------------------------
-- CHECKS WHETHER A TOKEN EXISTS OR NOT
------------------------------------------------------------------------------

SELECT count(token_id)
FROM tokens
WHERE token_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy