Schema
public
Owner
waveuser005
Descriptions
There is no description for view vwbplsoortcategorie
Fields
Name | Data type | Description |
---|---|---|
dnkey |
integer |
|
dvomschrijving |
varchar(40) |
|
dnfataleperiode |
integer |
|
dlbasis |
char(1) |
|
dvfunctie |
char(1) |
|
ddvervaldatum |
timestamp |
|
categorie |
varchar(50) |
|
Rules
Name | Event | Instead | Condition | Description |
---|---|---|---|---|
_RETURN |
SELECT |
|
|
Definition
CREATE VIEW public.vwbplsoortcategorie (
dnkey,
dvomschrijving,
dnfataleperiode,
dlbasis,
dvfunctie,
ddvervaldatum,
categorie)
AS
SELECT tbsrtbestplan.dnkey, tbsrtbestplan.dvomschrijving,
tbsrtbestplan.dnfataleperiode, tbsrtbestplan.dlbasis,
tbsrtbestplan.dvfunctie, tbsrtbestplan.ddvervaldatum,
tbbestplancategorie.dvomschrijving AS categorie
FROM tbsrtbestplan
JOIN tbbestplancategorie ON tbsrtbestplan.dnkeybestplancategorie =
tbbestplancategorie.dnkey;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |