8
0
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:
asfernandes 2007-05-09 15:23:33 +00:00
parent d3e29d8582
commit 620d0550d0

View File

@ -24,9 +24,8 @@ Syntax Rules:
Notes:
1) Numeric and datetime values are implicitly converted to strings
during evaluation.
2) The result value is of type VARCHAR(32765), so the LIST function
should be used carefully, as Firebird limits the maximum
result set width by 64KB.
2) The result value is of type BLOB with SUB_TYPE TEXT for all cases
except list of BLOB with different subtype.
3) Ordering of values within a group is implementation-defined.
Examples: