Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

View: vwomgaantopenolos

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

There is no description for view vwomgaantopenolos

 

Fields

Name

Data type

Description

aantalopenolo

bigint

 

dnkeyomgvergunningen

integer

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table vwomgaantopenolos

 

Definition

CREATE VIEW public.vwomgaantopenolos (
   aantalopenolo,
   dnkeyomgvergunningen)
AS
SELECT
sum(1) AS aantalopenolo,
   a.dnkeyomgvergunningen
FROM tbomgoloberichten a
    JOIN tbomgvergunning b ON a.dnkeyomgvergunningen = b.dnkey
WHERE b.ddblokkering IS NULL AND a.ddverwerkt IS NULL
GROUP BY
a.dnkeyomgvergunningen;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13
Previous topic Chapter index Next topic