Viewing 4 posts - 1 through 4 (of 4 total)
So i ended up going with a union query that syncs grouped by carbon_copy_id and one without and it seems to be doing the job.
Thanks guys for getting me...
February 9, 2014 at 1:09 pm
I think what I need to do here is two queries and union the two.
There are two scenarios, a message from one sender to one recipient.
A message from one...
February 9, 2014 at 8:02 am
Thanks guys. We're a little bit closer.
So I tried your query. It worked in that it produced the comma delimited list, which is great.
The 2nd part of it is...
February 8, 2014 at 6:18 pm
Its not stored as comma delimited values. I'm saying I want the query to produce a comma delimited list based on the join while simultaneously combining records that share a...
February 7, 2014 at 4:26 pm
Viewing 4 posts - 1 through 4 (of 4 total)