Datadictionary OpenWave 3.1.33
Previous topic Chapter index Next topic

View: vwhhvrijeopmerk

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

There is no description for view vwhhvrijeopmerk

 

Columns

Name

Data type

Description

dnkeyhandhavingen

integer

 

dvvrijeopmerking

varchar(200)

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table vwhhvrijeopmerk

 

Definition

CREATE VIEW public.vwhhvrijeopmerk (
   dnkeyhandhavingen,
   dvvrijeopmerking)
AS
SELECT
dnkeyhandhavingen,
   max(dvstring::text)::character varying(200) AS dvvrijeopmerking
FROM tbvrijevelden
WHERE upper(dvomschrijving::text) = 'OPMERKING'::text AND dnkeyhandhavingen IS
   NOT NULL AND
dvstring IS NOT NULL
GROUP BY
dnkeyhandhavingen;

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