Skip to content

Commit 5a65d48

Browse files
committed
Simplify data-type description in UNLIST
1 parent fef486a commit 5a65d48

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

doc/sql.extensions/README.unlist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ 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
31-
the returned type. If omitted, VARCHAR(32) is implied. Feel free to suggest any better alternative default.
30+
2) <data-type>: target data type or domain to convert the output values into. If omitted, VARCHAR(32) is used.
3231
3) <correlation-name>: alias of the record set returned by the UNLIST function. It is a mandatory parameter.
3332
4) <column-name>: optional alias of the column returned by the UNLIST function. If omitted, UNLIST is used as an alias.
3433

0 commit comments

Comments
 (0)