select name,description,tcl_code from as_actions where action_id = :action_id insert into as_actions (action_id,name,description,tcl_code) values(:action_id,:name,:description,:tcl_code) select action_id, name,description from as_actions