-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add row values.
- Loading branch information
Showing
26 changed files
with
6,062 additions
and
3,895 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: default | ||
title: Row Value - Reference Manual - csvq | ||
category: reference | ||
--- | ||
|
||
# Row Value | ||
|
||
A Row Value is a ordered list of values. | ||
|
||
```sql | ||
row_value | ||
: (value [, value...]) | ||
| (select_query) | ||
``` | ||
|
||
_value_ | ||
: [value]({{ '/reference/value.html' | relative_url }}) | ||
|
||
_select_query_ | ||
: [Select Query]({{ '/reference/select-query.html' | relative_url }}) | ||
|
||
Retrieved fields of _select_query_ are used as listed values. | ||
The result set of _select_query_ must be at most one record. | ||
|
||
|
||
Row Values can be used in limited operation such as [Comparison Operation]({{ '/reference/comparison-operators.html' | relative_url }}) or [Insert Query]({{ '/reference/insert-query.html' | relative_url }}). | ||
In most cases, a row value with a single value is interpreted as a value with parentheses. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.