Update explore-data.md fix clerical error (#5212)

pull/5214/head^2
BigStupideer 2023-11-03 00:02:18 +08:00 committed by GitHub
parent 56f3cc784d
commit dc4a9a9318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1763,7 +1763,7 @@ WHERE time > now() - 100w AND time < now() - 90w GROUP BY *
SELECT *
INTO <destination_database>.<retention_policy_name>.<measurement_name>
FROM <source_database>.<retention_policy_name>.<measurement_name>}
FROM <source_database>.<retention_policy_name>.<measurement_name>
WHERE time > now() - 90w AND < now() - 80w GROUP BY *
SELECT *