mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23:03 +01:00
Updated LIST documentation - thanks to Maycon Ferraça
This commit is contained in:
parent
d3e29d8582
commit
620d0550d0
@ -24,9 +24,8 @@ Syntax Rules:
|
|||||||
Notes:
|
Notes:
|
||||||
1) Numeric and datetime values are implicitly converted to strings
|
1) Numeric and datetime values are implicitly converted to strings
|
||||||
during evaluation.
|
during evaluation.
|
||||||
2) The result value is of type VARCHAR(32765), so the LIST function
|
2) The result value is of type BLOB with SUB_TYPE TEXT for all cases
|
||||||
should be used carefully, as Firebird limits the maximum
|
except list of BLOB with different subtype.
|
||||||
result set width by 64KB.
|
|
||||||
3) Ordering of values within a group is implementation-defined.
|
3) Ordering of values within a group is implementation-defined.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
Loading…
Reference in New Issue
Block a user