Skip to content

Commit 1b0d5d4

Browse files
committed
Fix README.unlist wrong syntax
1 parent b41cc98 commit 1b0d5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sql.extensions/README.unlist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Syntax:
8383
<value> [NOT] IN <table value function unlist short>
8484

8585
<table value function unlist short> ::=
86-
UNLIST ( <input> [, <separator>] [, <data type conversion>] )
86+
UNLIST ( <input> [, <separator>] [<type-conversion>])
8787

8888
Examples:
8989

0 commit comments

Comments
 (0)