Schema
public
Owner
waveuser005
Descriptions
There is no description for view vwhhheefttermijnen
Columns
Name | Data type | Description |
|---|---|---|
dnkeyhhheeftterm |
integer |
|
Rules
Name | Event | Instead | Condition | Description |
|---|---|---|---|---|
_RETURN |
SELECT |
|
|
|
Indices
There are no indices for table vwhhheefttermijnen
Definition
CREATE VIEW public.vwhhheefttermijnen (
dnkeyhhheeftterm)
AS
SELECT DISTINCT a.dnkeyhandhavingen AS dnkeyhhheeftterm
FROM tbtermijnbewstappen a
JOIN tbhandhavingen b ON b.dnkey = a.dnkeyhandhavingen
WHERE b.ddblokkering IS NULL;
This file was generated with SQL Manager for PostgreSQL (www.sqlmanager.net/products/postgresql/manager) at 21-10-2025 10:22 |
|