Sign In
Register
Products
Solutions
Resources
Pricing
Partners
Company
Howdy, Stranger!
It looks like you're new here. Sign in or register to get started.
Sign In with RapidMiner
Sign In with RapidMiner
Sign In
Register
Quick Links
Categories
Recent Discussions
Best Of...
Unanswered
Groups
Categories
All Categories
19.9K
Help
442
Knowledge Base
Altair RapidMiner Community
GET HELP. LEARN BEST PRACTICES. NETWORK WITH YOUR PEERS.
Discussion
In database nest STRING_AGG() function? throws invalid syntax error
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
💬
0 Comments
🔥
0 Discussions
👤
0 Members
🔌
0 Online
ASK A QUESTION
FIND HELPFUL VIDEOS
Home
›
Help
In database nest STRING_AGG() function? throws invalid syntax error
Sunitha
Member
Posts:
2
Newbie
May 31
in
Help
I tried to use string_agg() function in database nest. but it throws error whatever i used as syntax
string_agg() WITHIN GROUP BY
STRING_AGG(email,';') WITHIN GROUP (ORDER BY email)I tried above two but no luck for me. Help me with syntax
Tagged:
SQL
0
Answers
jwpfau
Employee, Member
Posts:
264
RM Engineering
May 31
Hi Sunitha,
maybe you are missing the "AS emails" parts at the end?
Greetings,
Jonas
0
Sign In
or
Register
to comment.
Answers
maybe you are missing the "AS emails" parts at the end?
Greetings,
Jonas