select title, body from notes where note_id = :note_id update acs_objects set modifying_user = :modifying_user, modifying_ip = :modifying_ip where object_id = :note_id update notes set title = :title, body = :body where note_id = :note_id