Why is this SQL update failing with “there was an error parsing the query”?

微笑、不失礼 提交于 2019-12-13 04:21:19

问题


An earlier problem with this query was resolved here but now this query:

...fails with:

Why? It worked once (it was the fix for the earlier question linked to above).

The unseen part of the err msg's "Description" line is: "[Token line number,Token line offset,,Token in error,,]"


回答1:


Strangely enough, removing the brackets surrounding the table name and column name allowed the update to fire successfully.

So why it worked once before, I don't grok.



来源:https://stackoverflow.com/questions/25314898/why-is-this-sql-update-failing-with-there-was-an-error-parsing-the-query

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!