Skip to content
Snippets Groups Projects
Commit fa00cd71 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Forcer le rib_hors_sepa à 0 et non null

parent e5da9d5a
Branches
Tags
No related merge requests found
......@@ -232,7 +232,7 @@ SELECT DISTINCT
/* Banque */
COALESCE(TRIM(vindiban.iban), ibandossier.iban) iban,
COALESCE(TRIM(vindiban.bic), ibandossier.bic) bic,
CAST(NULL AS numeric(1)) rib_hors_sepa,
0 rib_hors_sepa,
/* Données complémentaires */
CAST(NULL AS varchar2(255)) autre_1,
CAST(NULL AS varchar2(255)) autre_2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment