Search found 1 match

by dameyerdave
Wed Aug 26, 2015 12:47 pm
Forum: Vertica User Defined Functions (UDFs)
Topic: Adjusted Concatenate function leads to an error
Replies: 0
Views: 19724

Adjusted Concatenate function leads to an error

I adjusted the Concatenate function to aggregate values like group_concat from mysql. I'd like to get a sorted distinct list of all values in the group. Here is my code: #include "Vertica.h" #include <time.h> #include <sstream> #include <iostream> #include <list> using namespace Vertica; using names...

Go to advanced search