postgresql7.1
update as_sections set instructions=:instructions
where section_id=:as_section_id
update as_sections
set instructions=:instructions, feedback_text=:feedback_text
where section_id=:new_section_id
update as_sections
set instructions=:instructions, feedback_text=:feedback_text
where section_id=:new_section_id