38 | | * The sea_cd => this one is obvious, and will describe varying recruitments into the Baltic, the Mediterranean, North sea |
39 | | |
40 | | [[Image(source:data/Docs/trac/CCM21/seaoutlets_sea_cd.jpg)]] |
| 38 | * The sea_cd => this one is obvious, and will describe varying recruitments into the Baltic, the Mediterranean, North sea, unfortunately sea_cd is repeated and probably needs grouping with other variable |
| 39 | [[Image(source:data/Docs/trac/CCM21/seaoutlets_sea_cd.jpg)]] [[BR]] |
| 40 | This will create a new column in ccm21.seoutlets |
| 41 | {{{ |
| 42 | #!sql |
| 43 | ALTER TABLE ccm21.seaoutlets ADD COLUMN area_cd character varying(3); |
| 44 | UPDATE ccm21.seaoutlets set area_cd= system_cd||sea_cd; |
| 45 | }}} |