Method: Sequel::SQL::Builders#string_agg

Defined in:
lib/sequel/extensions/string_agg.rb

#string_agg(*a) ⇒ Object

Return a StringAgg expression for an aggregate string concatentation.


66
67
68
# File 'lib/sequel/extensions/string_agg.rb', line 66

def string_agg(*a)
  StringAgg.new(*a)
end