Class | Sequel::SQL::StringAgg |
In: |
lib/sequel/extensions/string_agg.rb
|
Parent: | GenericExpression |
The StringAgg class represents an aggregate string concatentation.
expr | [R] | The string expression for each row that will concatenated to the output. |
order_expr | [R] | The expression that the aggregation is ordered by. |
separator | [R] | The separator between each string expression. |