Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEPARATOR being parsed as a column #400

Open
Youssef-Mak opened this issue May 26, 2023 · 0 comments
Open

SEPARATOR being parsed as a column #400

Youssef-Mak opened this issue May 26, 2023 · 0 comments
Assignees
Labels

Comments

@Youssef-Mak
Copy link

Given a group_concat invocation:

GROUP_CONCAT([DISTINCT] expr [,expr ...]
  [ORDER BY {unsigned_integer | col_name | expr}
      [ASC | DESC] [,col_name ...]]
  [SEPARATOR str_val])

Select JoinedMonth,
  group_concat(
  distinct FirstName 
  order by FirstName 
  separator '/') as FirstName 
from customers 
group by JoinedMonth

The SEPARATOR keyword will be parsed as a column.

@macbre macbre added the bug label Jul 20, 2023
@macbre macbre self-assigned this Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants