Opened 8 years ago

Closed 8 years ago

#221 closed enhancement (fixed)

Ajout du code taxon pour la Brême du Danube dans le référentiel Taxon

Reported by: marion Owned by:
Priority: minor Milestone: 5 Release stacomiR_0.5
Component: database Version: 0.5
Keywords: Cc:

Description

Code SQL à lancer pour ajouter la brême du Danube dans la table tr_taxon_tax :

insert into ref.tr_taxon_tax (tax_code,tax_nom_latin,tax_nom_commun,tax_ntx_code,tax_rang)
values ('5204','Abramis sapa','Brême du Danube','15',(SELECT max(tax_rang)+1 FROM ref.tr_taxon_tax))

Change History (1)

comment:1 Changed 8 years ago by cedric

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.