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

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

------------------------------------------------------------------------------
-- SELECTS A USER'S MOBILE DEVICES FROM THE USER-PREFERENCES TABLE
------------------------------------------------------------------------------

SELECT serialized_devices
FROM user_preferences
WHERE user_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy