Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 769 Rev 777
Line 28... Line 28...
28
UPDATE cel_obs SET nom_sel = nom_ret, nom_sel_nn = nom_ret_nn WHERE nom_sel IS NULL AND nom_ret IS NOT NULL;
28
UPDATE cel_obs SET nom_sel = nom_ret, nom_sel_nn = nom_ret_nn WHERE nom_sel IS NULL AND nom_ret IS NOT NULL;
Line 29... Line 29...
29
 
29
 
30
-- problème n°3: backslashes + newline: 90 + 217 obs
30
-- problème n°3: backslashes + newline: 90 + 217 obs
31
UPDATE cel_obs SET commentaire = REPLACE(commentaire, "\n\\\'", "'");
31
UPDATE cel_obs SET commentaire = REPLACE(commentaire, "\n\\\'", "'");
-
 
32
UPDATE cel_obs SET commentaire = REPLACE(commentaire, "\\\'", "'");
-
 
33
 
-
 
34
-- problème n°4: ce_zone_geo inutile: 57802 obs