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

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

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

  CREATE OR REPLACE FORCE VIEW "V_UTENTE_LDAP" ("ID_UTENTE") AS 
  select
Distinct Lower(cd_utente_uid)
from utente
where cd_utente_uid is not Null
and fl_autenticazione_ldap='Y'
;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy