Skip to content

Support GROUP_CONCAT #70

@tbradsha

Description

@tbradsha

The common basic usage is fairly simple to translate:

  • MySQL (docs): GROUP_CONCAT( field_name SEPARATOR 'some_separator' )
  • SQLite (docs): GROUP_CONCAT( field_name, 'some_separator' )

Technically the MySQL implementation is has more options, but I suspect the above covers the majority of uses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions