select name,description,tcl_code from as_actions where action_id = :action_id update as_actions set name=:name,description=:description,tcl_code=:tcl_code where action_id = :action_id