Schema
Owner
albenard
Descriptions
There is no description for view initiale1
Columns
Name | Data type | Description |
---|---|---|
substring |
text |
|
Rules
Name | Event | Instead | Condition | Description |
---|---|---|---|---|
_RETURN |
SELECT |
|
|
Indices
There are no indices for table initiale1
Definition
CREATE VIEW public.initiale1 (
"substring")
AS
SELECT DISTINCT "substring"(genotype.nom_court::text, 1, 1) AS "substring"
FROM genotype
ORDER BY ("substring"(genotype.nom_court::text, 1, 1));
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |