8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

Updated LIST documentation - thanks to Maycon Ferraça

This commit is contained in:
asfernandes 2007-05-09 15:23:33 +00:00
parent d3e29d8582
commit 620d0550d0

View File

@ -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: