Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

View: vwhhaantopenadviezen

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

There is no description for view vwhhaantopenadviezen

 

Fields

Name

Data type

Description

aantalopenadv

bigint

 

dnkeyhandhavingen

integer

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Definition

CREATE VIEW public.vwhhaantopenadviezen (
   aantalopenadv,
   dnkeyhandhavingen)
AS
SELECT
sum(1) AS aantalopenadv, a.dnkeyhandhavingen
FROM tbadviezen a
  JOIN tbhandhavingen b ON a.dnkeyhandhavingen = b.dnkey
WHERE b.ddblokkering IS NULL AND a.ddadviesdatum IS NULL AND a.ddvervallen IS NULL
GROUP BY
a.dnkeyhandhavingen;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50
Previous topic Chapter index Next topic