Commit a248aa84 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

indentation

parent db30ea1a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
CREATE
OR REPLACE FORCE VIEW V_EXPORT_DMEP AS
CREATE OR REPLACE FORCE VIEW V_EXPORT_DMEP AS
WITH mep AS (
  SELECT
    frs.service_id,
+1 −2
Original line number Diff line number Diff line
CREATE
OR REPLACE FORCE VIEW V_EXPORT_PAIEMENT_SIHAM AS
CREATE OR REPLACE FORCE VIEW V_EXPORT_PAIEMENT_SIHAM AS
SELECT annee_id,
       type_intervenant_id,
       structure_id,
+1 −2
Original line number Diff line number Diff line
CREATE
OR REPLACE FORCE VIEW V_INTERVENANT_HISTORIQUE AS
CREATE OR REPLACE FORCE VIEW V_INTERVENANT_HISTORIQUE AS
WITH historique AS (
--Initialisation des données personnelles
    SELECT d.intervenant_id                              intervenant_id,
+1 −2
Original line number Diff line number Diff line
CREATE
OR REPLACE FORCE VIEW V_TBL_PIECE_JOINTE_DEMANDE AS
CREATE OR REPLACE FORCE VIEW V_TBL_PIECE_JOINTE_DEMANDE AS
WITH i_h AS (
  SELECT
    s.intervenant_id,