Schema
public
Owner
waveuser005
Descriptions
There is no description for view vwinfoaantopentermijnen
Fields
Name | Data type | Description |
---|---|---|
aantalopenterm |
bigint |
|
dnkeyinfoaanvraag |
integer |
|
Rules
Name | Event | Instead | Condition | Description |
---|---|---|---|---|
_RETURN |
SELECT |
|
|
Indices
There are no indices for table vwinfoaantopentermijnen
Definition
CREATE VIEW public.vwinfoaantopentermijnen (
aantalopenterm,
dnkeyinfoaanvraag)
AS
SELECT sum(1) AS aantalopenterm,
a.dnkeyinfoaanvraag
FROM tbtermijnbewstappen a
JOIN tbinfoaanvragen b ON a.dnkeyinfoaanvraag = b.dnkey
WHERE b.ddblokkeerdatum IS NULL AND a.ddafgehandeld IS NULL AND a.dlingebruik =
'T'::bpchar AND (a.dvvoorwaardejn = 'N'::bpchar OR a.dnvoorwaarde > 0)
GROUP BY a.dnkeyinfoaanvraag;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |