使用 Google APIS Explorer 我运行以下查询
update 1k_IHoD6ZblvZPkdgRapa3wyZcgYh1ug2L_aP_-s set 'NH' = 'test' where rowid = +'69048'
它返回
200 OK
- Show headers -
{
"kind": "fusiontables#sqlresponse",
"columns": [
"affected_rows"
],
"rows": [
[
"1"
]
]
}
但是,当我检查我的融合表时,它没有更新。
任何帮助将不胜感激。