Schema
public
Owner
waveuser005
Descriptions
There is no description for view vwinfotrefwoorden
Columns
Name | Data type | Description |
|---|---|---|
trefwoord |
varchar(40) |
|
ddvervaldatum |
timestamp |
|
dnkey |
integer |
|
dnkeyinfoaanvraag |
integer |
|
Rules
Name | Event | Instead | Condition | Description |
|---|---|---|---|---|
_RETURN |
SELECT |
|
|
|
Indices
There are no indices for table vwinfotrefwoorden
Definition
CREATE VIEW public.vwinfotrefwoorden (
trefwoord,
ddvervaldatum,
dnkey,
dnkeyinfoaanvraag)
AS
SELECT tbinfotrefwoord.dvomschrijving AS trefwoord,
tbinfotrefwoord.ddvervaldatum,
tbinfotrefwoord.dnkey,
tbinfotrefwoordennn.dnkeyinfoaanvraag
FROM tbinfotrefwoordennn
JOIN tbinfotrefwoord ON tbinfotrefwoordennn.dnkeyinfotrefwoord =
tbinfotrefwoord.dnkey;
This file was generated with SQL Manager for PostgreSQL (www.sqlmanager.net/products/postgresql/manager) at 21-10-2025 10:22 |
|