db_venik
Previous topic Chapter index Next topic

View: Graine_mel1

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for view Graine_mel1

 

Columns

Name

Data type

Description

ch_mel

varchar(50)

 

count

bigint

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table Graine_mel1

 

Definition

CREATE VIEW public."Graine_mel1" (
   ch_mel,
   count)
AS
SELECT
melange_graine.recup_ch_mel AS ch_mel,
   count(melange_graine.recup_ch_mel) AS count
FROM
melange_graine
GROUP BY melange_graine.recup_ch_mel;

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