Skip to content

Commit fef486a

Browse files
committed
Post-fix for commit 87d15f5
1 parent 1a921a1 commit fef486a

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

doc/sql.extensions/README.unlist

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Format
1717

1818
<separator> ::= <value>
1919

20-
<type-conversion> ::= RETURNING <data type>
20+
<type-conversion> ::= RETURNING <data-type>
2121

2222
Syntax Rules:
2323

@@ -27,11 +27,10 @@ Syntax Rules:
2727
value from another inside the input string). It may also be a BLOB TEXT value, limited to 32KB. If an empty string is
2828
specified, the output will be just one record containing the input string. If omitted, the comma character is used as
2929
a delimiter.
30-
2) <data type>: target data type to convert the output values into. Alternatively, a domain can be specified as
30+
2) <data-type>: target data type to convert the output values into. Alternatively, a domain can be specified as
3131
the returned type. If omitted, VARCHAR(32) is implied. Feel free to suggest any better alternative default.
32-
3) <correlation name>: alias of the record set returned by the UNLIST function. It is a mandatory parameter.
33-
4) <derived column name>: optional alias of the column returned by the UNLIST function. If omitted, UNLIST is used as
34-
an alias.
32+
3) <correlation-name>: alias of the record set returned by the UNLIST function. It is a mandatory parameter.
33+
4) <column-name>: optional alias of the column returned by the UNLIST function. If omitted, UNLIST is used as an alias.
3534

3635
Example:
3736
A)

0 commit comments

Comments
 (0)