你好,並提前感謝您的任何幫助。查詢表達式中的語法錯誤(缺少運算符)?
我收到一個錯誤:'語法錯誤(缺少運算符)在查詢表達式',我不知道爲什麼...任何想法?
這是我的查詢:
UPDATE
table1
SET
table1.country_name = table2.COUNTRY,
table1.city = table2.CITY ,
table1.state = table2.STATE
FROM
(table1
inner join
table2
ON
table2.SITE_ID = table1.SiteID)
where
table1.country_name is null;
失去了括號。 – 2011-04-15 20:40:47