Skip to content
Snippets Groups Projects
Commit 30827aee authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Sqcript

parent 5846114d
No related branches found
No related tags found
No related merge requests found
-- nouveaux privileges
INSERT INTO unicaen_privilege_privilege(CATEGORIE_ID, CODE, LIBELLE, ORDRE)
WITH d(code, lib, ordre) AS (
SELECT 'export_index', 'Accéder à l''index des exportations', 10
)
SELECT cp.id, d.code, d.lib, d.ordre
FROM d
JOIN unicaen_privilege_categorie cp ON cp.CODE = 'demandeexterne';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment