Schema
public
Owner
waveuser005
Descriptions
There is no description for view vwrapportgroepenvto
Columns
Name | Data type | Description |
|---|---|---|
rapportsoort |
char(1) |
|
Rules
Name | Event | Instead | Condition | Description |
|---|---|---|---|---|
_RETURN |
SELECT |
|
|
|
Indices
There are no indices for table vwrapportgroepenvto
Definition
CREATE VIEW public.vwrapportgroepenvto (
rapportsoort)
AS
SELECT DISTINCT dvvantoepop AS rapportsoort
FROM tbrapportgroep;
This file was generated with SQL Manager for PostgreSQL (www.sqlmanager.net/products/postgresql/manager) at 21-10-2025 10:22 |
|