mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
wrap <CALL> in backquotes so it gets displayed.
previously was not rendering - I assume because it was being interpreted as an HTML tag.
This commit is contained in:
parent
fef0b26c89
commit
9ac4d981fc
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ Modifies the given query as follows:
|
|||
* `excludeRowAttrs`: Exclude row attributes from the result (Default: `false`).
|
||||
* `shards`: Run the query using only the data from the given shards. By default, the entire data set (i.e. data from all shards) is used.
|
||||
|
||||
**Result Type:** Same result type as <CALL>.
|
||||
**Result Type:** Same result type as `<CALL>`.
|
||||
|
||||
**Examples:**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue