mirror of https://github.com/apache/druid.git
table fix (#9769)
This commit is contained in:
parent
e7e41e3a36
commit
b279e04a31
|
@ -729,7 +729,7 @@ be a JSON object with a "query" field, like `{"query" : "SELECT COUNT(*) FROM da
|
||||||
##### Request
|
##### Request
|
||||||
|
|
||||||
|Property|Description|Default|
|
|Property|Description|Default|
|
||||||
|--------|----|-----------|--------|
|
|--------|----|-----------|
|
||||||
|`query`|SQL query string.| none (required)|
|
|`query`|SQL query string.| none (required)|
|
||||||
|`resultFormat`|Format of query results. See [Responses](#responses) for details.|`"object"`|
|
|`resultFormat`|Format of query results. See [Responses](#responses) for details.|`"object"`|
|
||||||
|`header`|Whether or not to include a header. See [Responses] for details.|`false`|
|
|`header`|Whether or not to include a header. See [Responses] for details.|`false`|
|
||||||
|
|
Loading…
Reference in New Issue