db_venik
Previous topic Chapter index Next topic

View: stock03

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for view stock03

 

Columns

Name

Data type

Description

idlot_gr

integer

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table stock03

 

Definition

CREATE VIEW public.stock03 (
   idlot_gr)
AS
SELECT
sortie_graine.idlot_gr
FROM sortie_graine
GROUP BY sortie_graine.idlot_gr
HAVING min(sortie_graine.qte_restante) > 0::numeric;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic