select title, body from notes where note_id = :note_id update notes set title = :title, body = :body where note_id = :note_id