# File lib/thinking_sphinx/adapters/mysql_adapter.rb, line 15 def group_concatenate(clause, separator = ' ') "GROUP_CONCAT(DISTINCT IFNULL(#{clause}, '0') SEPARATOR '#{separator}')" end