As you saw in the previous article, YQL lets you extract data from third-party web services with SELECT statements.
正如在前一篇文章中所看到的,YQL允许您使用select语句提取来自第三方web服务的数据。
SELECT, however, isn't the only SQL statement supported by YQL; you can also use INSERT, DELETE, and UPDATE queries to manipulate data on third-party services using the same SQL syntax.
但是,SELECT 并非 YQL 支持的惟一 SQL 语句;您还可以使用 INSERT、DELETE 和 UPDATE 查询、运用相同的 SQL 语法操作第三方服务上的数据。
应用推荐