From 44848c94ae9a0e60ca004f67ca5c064c770d2ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mich=C3=A8le=20BARRE?= Date: Wed, 10 Apr 2024 15:49:34 +1100 Subject: [PATCH] fix(data): reorder id_acronym --- data/acronyms_optnc.csv | 4 ++-- duck.sql | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/data/acronyms_optnc.csv b/data/acronyms_optnc.csv index d6eba72..4c5d8f5 100644 --- a/data/acronyms_optnc.csv +++ b/data/acronyms_optnc.csv @@ -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." diff --git a/duck.sql b/duck.sql index 391eaec..c77d58f 100644 --- a/duck.sql +++ b/duck.sql @@ -53,4 +53,8 @@ from sorted_table where orig_table.id_acronym = sorted_table.id_acronym -order by orig_table.index; \ No newline at end of file +order by orig_table.index; + +-- Check the resulting table +-- from test_sorted +-- where orig_index != sorted_index;