Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

View: vwhandhbestmaatreg

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

There is no description for view vwhandhbestmaatreg

 

Fields

Name

Data type

Description

keyhandhaving

integer

 

keybestmaatreg

integer

 

dvomschrijving

varchar(50)

 

dntabblad

integer

 

ddvervaldatum

timestamp

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Definition

CREATE VIEW public.vwhandhbestmaatreg (
   keyhandhaving,
   keybestmaatreg,
   dvomschrijving,
   dntabblad,
   ddvervaldatum)
AS
SELECT
tbhhbestmaatregnn.dnkeyhandhaving AS keyhandhaving,
   tbhhbestmaatregnn.dnkeyhandhbestmr AS keybestmaatreg,
   tbhandhbestmaatr.dvomschrijving, tbhandhbestmaatr.dntabblad,
   tbhandhbestmaatr.ddvervaldatum
FROM tbhhbestmaatregnn
  JOIN tbhandhbestmaatr ON tbhhbestmaatregnn.dnkeyhandhbestmr = tbhandhbestmaatr.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