Schema
public
Owner
waveuser005
Descriptions
There is no description for view vwovarccontacten
Columns
Name | Data type | Description |
|---|---|---|
dnkeyovvergunningen |
integer |
|
dvarchitect |
varchar(200) |
|
Rules
Name | Event | Instead | Condition | Description |
|---|---|---|---|---|
_RETURN |
SELECT |
|
|
|
Indices
There are no indices for table vwovarccontacten
Definition
CREATE VIEW public.vwovarccontacten (
dnkeyovvergunningen,
dvarchitect)
AS
SELECT tbovcontactennn.dnkeyovvergunningen,
tbcontactadressen.dvbedrijfsnaam AS dvarchitect
FROM tbovcontactennn
JOIN tbcontactadressen ON tbovcontactennn.dnkeycontactadressen =
tbcontactadressen.dnkey AND tbovcontactennn.dvcodeadressoort = 'ARC'::bpchar;
This file was generated with SQL Manager for PostgreSQL (www.sqlmanager.net/products/postgresql/manager) at 21-10-2025 10:22 |
|