I have not used SQL connections for Excel yet, but the strings in your SQL statement are with double quotes ("), they should be single quotes (').
Also, I am not sure if you can use use select and update statements in one block. You might want to split that too.