0

使用以下命令在 yql 的托管存储中创建记录后:

insert into yql.storage.admin (url) values ("http://hostingdomain.com/mytable.xml")

如何从 url 更新该记录?

该文档仅显示:

update yql.storage set value="new value" where name="store://3cc85a99-6a89-4600-ade1-f7f83ecc4b83"

但这需要您直接输入值,而不是从 url 获取它。

4

1 回答 1

0

For those who might be interested, I found the answer:

update yql.storage set url="[url]" where name="store://[updatename]"
于 2013-02-14T09:52:13.530 回答