Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

View: vwmilemwaterheeftvoorz

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

There is no description for view vwmilemwaterheeftvoorz

 

Fields

Name

Data type

Description

dnkeymilemwatheeftvoorz

integer

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Definition

CREATE VIEW public.vwmilemwaterheeftvoorz (
   dnkeymilemwatheeftvoorz)
AS
SELECT DISTINCT
a.dnkeymilemwater AS dnkeymilemwatheeftvoorz
FROM tbmilemwater b
  JOIN tbmilemwatvoorz a ON b.dnkey = a.dnkeymilemwater;

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