Schema
Owner
albenard
Descriptions
There is no description for view stock01
Columns
Name | Data type | Description |
---|---|---|
idlot_gr |
integer |
|
Rules
Name | Event | Instead | Condition | Description |
---|---|---|---|---|
_RETURN |
SELECT |
|
|
Indices
There are no indices for table stock01
Definition
CREATE VIEW public.stock01 (
idlot_gr)
AS
SELECT sortie_graine.idlot_gr
FROM sortie_graine
WHERE sortie_graine.qte_restante = 0::numeric
GROUP BY sortie_graine.idlot_gr;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |