Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

View: vwlokcritlstpunten

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

There is no description for view vwlokcritlstpunten

 

Fields

Name

Data type

Description

dnkeylokcritlijsten

integer

 

dnpuntentotaal

bigint

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Definition

CREATE VIEW public.vwlokcritlstpunten (
   dnkeylokcritlijsten,
   dnpuntentotaal)
AS
SELECT
tblokcritlijsten.dnkey AS dnkeylokcritlijsten,
   sum(vwlokcritlstitems.dnpunten) AS dnpuntentotaal
FROM tblokcritlijsten
  JOIN vwlokcritlstitems ON tblokcritlijsten.dnkey =
      vwlokcritlstitems.dnkeylokcritlijsten
WHERE vwlokcritlstitems.dlvoldoet = 'T'::bpchar
GROUP BY tblokcritlijsten.dnkey;

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