Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 756 | Rev 769 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 756 Rev 760
Line 18... Line 18...
18
       c.nom_ret = NULL,
18
       c.nom_ret = NULL,
19
       c.nom_ret_nn = NULL,
19
       c.nom_ret_nn = NULL,
20
       c.nt = NULL,
20
       c.nt = NULL,
21
       c.famille = NULL;
21
       c.famille = NULL;
22
       WHERE nom_sel = '' OR nom_sel IS NULL;
22
       WHERE nom_sel = '' OR nom_sel IS NULL;
-
 
23
 
-
 
24
-- problème n°1
-
 
25
UPDATE tb_cel.cel_obs SET nom_referentiel = 'bdtxa' WHERE lieudit = 'Grenade';