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

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

------------------------------------------------------------------------------
-- SELECTS A USER BY ID
------------------------------------------------------------------------------

SELECT *
FROM users
WHERE user_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy