All Downloads are FREE. Search and download functionalities are using the official Maven repository.

expsigladb.View.V_RAPP_DIP.sql Maven / Gradle / Ivy

There is a newer version: 6.6.11
Show newest version
--------------------------------------------------------
--  DDL for View V_RAPP_DIP
--------------------------------------------------------

  CREATE OR REPLACE FORCE VIEW "V_RAPP_DIP" ("CD_ANAG", "MATRICOLA_DIPENDENTE") AS 
  select distinct cd_anag, matricola_dipendente
from rapporto
where cd_tipo_rapporto = 'DIP';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy