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

dll.inserts.insertRoles.sql Maven / Gradle / Ivy

insert into roles (id, rolename, description) values
(1, 'root', 'The role root.'),
(2, 'subscriber', 'The role subscriber.'),
(3, 'provider', 'The role provider.'),
(4, 'public', 'The role public.');




© 2015 - 2025 Weber Informatics LLC | Privacy Policy