Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

View: vwinfoaantopenadviezen

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

There is no description for view vwinfoaantopenadviezen

 

Fields

Name

Data type

Description

aantalopenadv

bigint

 

dnkeyinfoaanvraag

integer

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table vwinfoaantopenadviezen

 

Definition

CREATE VIEW public.vwinfoaantopenadviezen (
   aantalopenadv,
   dnkeyinfoaanvraag)
AS
SELECT
sum(1) AS aantalopenadv,
   a.dnkeyinfoaanvraag
FROM tbadviezen a
    JOIN tbinfoaanvragen b ON a.dnkeyinfoaanvraag = b.dnkey
WHERE b.ddblokkeerdatum IS NULL AND a.ddadviesdatum IS NULL AND a.ddvervallen IS NULL
GROUP BY
a.dnkeyinfoaanvraag;

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