Back to wiki [..]
Back to [wiki:"CookBook Eda"]
I have to check that this does not suppress any lines....
{{{
#!html
Model building electrofishing data
}}}
= =
First some inclusion of prospection method, ....
{{{
source ("aggreg_donnees.R")
}}}
Réintegrating methodeprospection, moyenprospection, ...
This is now done in traitement oracle.R
I have to check that this does not suppress any lines....
-----------------
draft below
searching for variables agregation
{{{
delete from ccm21.rivernodes where wso_id in (
select wso_id from ccm21.seaoutlets where system_cd in ('C','N','I','H','V')
UNION (select wso_id from ccm21.seaoutlets where
system_cd = 'M' and sea_cd =5));
}}}