Skip to content

Commit

Permalink
fix(data): reorder id_acronym
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarre committed Apr 10, 2024
1 parent e301bfc commit 44848c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/acronyms_optnc.csv
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@
"SG","Secrétariat Général."
"SGLB","Secrétariat Général Logistique et Bâtiments."
"SI","Section Intervention / Système d’Information."
"SI MOBILE","Système d’Information du réseau mobile."
"SI TELECOMS","Système d’Information Télécoms."
"SID","Système d’Information Décisionnel."
"SIG","Système d’Information Géographique."
"SI MOBILE","Système d’Information du réseau mobile."
"SIRH","Système d’Information des Ressources Humaines."
"SI TELECOMS","Système d’Information Télécoms."
"SLA","Service Level Agreement - Engagement de niveau de service."
"ST","Sous-Traité."
"SVA","Service à Valeur Ajoutée."
Expand Down
6 changes: 5 additions & 1 deletion duck.sql
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@ from
sorted_table
where
orig_table.id_acronym = sorted_table.id_acronym
order by orig_table.index;
order by orig_table.index;

-- Check the resulting table
-- from test_sorted
-- where orig_index != sorted_index;

0 comments on commit 44848c9

Please sign in to comment.