Changes between Version 30 and Version 31 of Cookbook CCM21_UGA
- Timestamp:
- Aug 30, 2010 4:03:33 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cookbook CCM21_UGA
v30 v31 104 104 }}} 105 105 106 Suppression des lignes de doublons 107 {{{ 108 delete from uga2010.wso where wso_id not in (select wso_id from uga2010.wso group by wso_id having count(wso_id)>1) order by wso_id; 109 INSERT INTO uga2010.wso (wso_id) (select wso_id from uga2010.wso group by wso_id having count(wso_id)>1); 110 INSERT INTO uga2010.wso (uga) VALUES ('RhoneMediterranee') where wso_id ; 111 }}} 112 113 114 106 115 '''J'ai un doute pour la requête entre wso_id et wso1_id lequel choisir ??''' 107 116 ["Requete uga wso1_id"]