Update dictionary.md

Remove "statement:" from a query
This commit is contained in:
Derek Chia 2023-01-30 17:56:17 +08:00 committed by GitHub
parent 38910412c4
commit 692b7ab211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ LIFETIME(MIN 0 MAX 1000)
### Create a dictionary from a file available by HTTP(S)
```sql
statement: CREATE DICTIONARY default.taxi_zone_dictionary
CREATE DICTIONARY default.taxi_zone_dictionary
(
`LocationID` UInt16 DEFAULT 0,
`Borough` String,