[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-07 UTC。"],[[["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."]]],[]]