Schema
public
Owner
waveuser005
Descriptions
There is no description for view vwmilemluchtheeftvoorz
Columns
Name | Data type | Description |
|---|---|---|
dnkeymilemlctheeftvoorz |
integer |
|
Rules
Name | Event | Instead | Condition | Description |
|---|---|---|---|---|
_RETURN |
SELECT |
|
|
|
Indices
There are no indices for table vwmilemluchtheeftvoorz
Definition
CREATE VIEW public.vwmilemluchtheeftvoorz (
dnkeymilemlctheeftvoorz)
AS
SELECT DISTINCT a.dnkeymilemlucht AS dnkeymilemlctheeftvoorz
FROM tbmilemlucht b
JOIN tbmilemlctvoorz a ON b.dnkey = a.dnkeymilemlucht;
This file was generated with SQL Manager for PostgreSQL (www.sqlmanager.net/products/postgresql/manager) at 18/05/2026 15:10 |
|