update cr_extlinks set url = :url, label = :label, description = :description where extlink_id = :extlink_id update acs_objects set last_modified = current_timestamp, modifying_user = :modifying_user, modifying_ip = :modifying_ip, title = :label where object_id = :extlink_id select label from cr_extlinks where extlink_id = :item_id