[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-01-31。"],[[["Table decorators in legacy SQL allow for cost-effective querying of data subsets, as opposed to full column scans, and can be used when copying, exporting, or listing table data."],["Time decorators, indicated by `@\u003ctime\u003e`, reference a table's historical data at a specific point in time, measured in milliseconds since the epoch and within the last seven days."],["Range decorators, using the `@\u003ctime1\u003e-\u003ctime2\u003e` syntax, specify a range of time to target data added between the two times, with the second time defaulting to \"now\" if not specified."],["Time decorators can also be used in the `bq cp` command to restore tables deleted within seven days, expanding beyond their usage just within SQL queries."],["GoogleSQL's `FOR SYSTEM_TIME AS OF` clause and time-partitioned tables offer comparable functionality to time and range decorators, respectively, making table decorators not available in GoogleSQL."]]],[]]