Datadictionary OpenWave 3.1.33
Previous topic Chapter index Next topic

View: vwtoeststartwerk

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

There is no description for view vwtoeststartwerk

 

Columns

Name

Data type

Description

dnkeyomgvergunningen

integer

 

ddstartwrkzhn

timestamp

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table vwtoeststartwerk

 

Definition

CREATE VIEW public.vwtoeststartwerk (
   dnkeyomgvergunningen,
   ddstartwrkzhn)
AS
SELECT
dnkeyomgvergunningen,
   min(ddstartwrkzhn) AS ddstartwrkzhn
FROM tbtoestemmingen
WHERE ddstartwrkzhn IS NOT NULL AND ddingetrokken IS NULL
GROUP BY
dnkeyomgvergunningen;

This file was generated with SQL Manager for PostgreSQL (www.sqlmanager.net/products/postgresql/manager) at 21-10-2025 10:22
Previous topic Chapter index Next topic