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

tech.aroma.sql.inserts.insert_message.sql Maven / Gradle / Ivy

------------------------------------------------------------------------------
-- INSERTS A NEW MESSAGE INTO THE TABLE
------------------------------------------------------------------------------

INSERT INTO messages (message_id, app_id, app_name, title, body, priority, time_created, time_received, hostname, ip_address, device_name)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy