« Get BST dates in PostgreSQL | Main | Tuning The Linux VM (memory) Subsystem »

March 08, 2013

Update one table from another

-- UG only
update dss_chapuza.proposal set proposal_title = tc.new_title from 
dss_marking.ug_title_change_feeder tc where tc.proposal_id = proposal.proposal_id

Tags: PostgreSQL

Posted by pj at March 8, 2013 01:06 PM

Comments