Transaction System API

GroupConcat

Method Summary
GroupConcat alias(String alias)

By default result column will be the same name as the target column. This lets you change it.

GroupConcat delim(String delim)

By default the delimiter is a comma. This lets you change it.

GroupConcat distinct()

By default all rows are included. This lets you collapse into distinct rows.

GroupConcat sortDescending()

By default the sort order is ascending. This lets you change it.

String toString()

Returns a description of this object.

Method Detail


GroupConcat alias(String alias)

By default result column will be the same name as the target column. This lets you change it.

Parameters:

  • String   alias Required parameter.

Returns:  GroupConcat

Since: 07-05-2023

top

GroupConcat delim(String delim)

By default the delimiter is a comma. This lets you change it.

Parameters:

  • String   delim Required parameter.

Returns:  GroupConcat

Since: 07-05-2023

top

GroupConcat distinct()

By default all rows are included. This lets you collapse into distinct rows.

Returns:  GroupConcat

Since: 07-05-2023

top

GroupConcat sortDescending()

By default the sort order is ascending. This lets you change it.

Returns:  GroupConcat

Since: 07-05-2023

top

String toString()

Returns a description of this object.

Returns:  String

Since: 07-05-2023

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM