The function group_concat works in MYSQL and works like this (from
MYSQL-Documentation):

GROUP_CONCAT(expr)

This function returns a string result with the concatenated non-NULL values
from a group. It returns NULL if there are no non-NULL values. The full
syntax is as follows:

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


This fuction doesn't exist in MAXDB. Is there a similar fuction available or
does anyone has an idea to solve the problem while using maxdb?

Regards,
Mark

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to