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

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

------------------------------------------------------------------------------
-- INSERTS A NEW ORGANIZATION INTO THE TABLE
------------------------------------------------------------------------------

INSERT INTO aroma.public.organizations (organization_id, organization_name, owners, icon_link, industry, contact_email, github_profile, stock_name, tier, description, website)
VALUES (?, ?, string_to_array(?, ','), ?, ?, ?, ?, ?, ?, ?, ?)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy