Skip to content

Commit 4ca2aa5

Browse files
docs
1 parent 3f02a29 commit 4ca2aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can configure the behaviour by passing parameters to a VIRTUAL TABLE.
5959
You ca use environment variable in the param values. Example:
6060

6161
```sql
62-
CREATE VIRTUAL TABLE temp.custom_request USING http_request(authorization=Bearer ${API_TOKEN});
62+
CREATE VIRTUAL TABLE temp.custom_request USING http_request(authorization='Bearer ${API_TOKEN}');
6363
```
6464

6565
### Examples

0 commit comments

Comments
 (0)