Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

View: vwhhaantopentermijnen

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

There is no description for view vwhhaantopentermijnen

 

Fields

Name

Data type

Description

aantalopenterm

bigint

 

dnkeyhandhavingen

integer

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Definition

CREATE VIEW public.vwhhaantopentermijnen (
   aantalopenterm,
   dnkeyhandhavingen)
AS
SELECT
sum(1) AS aantalopenterm, a.dnkeyhandhavingen
FROM tbtermijnbewstappen a
  JOIN tbhandhavingen b ON a.dnkeyhandhavingen = b.dnkey
WHERE b.ddblokkering IS NULL AND a.ddafgehandeld IS NULL AND a.dlingebruik =
   'T'::bpchar AND (a.dvvoorwaardejn = 'N'::bpchar OR a.dnvoorwaarde > 0)
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