Okay, i've got a table that has duplicate rows(except one column). In other words, rows will have the same ID#(cookie), same visit_date, but different entry page.
ie.
765-432 06-07-2007 affiliate
765-432 06-07-2007 search.
I'm trying to find a way to combine these rows and make the third field a concatenation of the two entry pages,
765-432 06-07-2007 affiliate/search.
How in the world would I be able to do that? The reason I need to do this is I'm tying the iD# to the ID# associated with orders, so when I'm totaling everything up, I'm getting double what I should, but at the same time, I can't just ignore any key where there are dups, because this probably accounts for 50% of the records? Any help would be extremely beneficial. Thanks.
ie.
765-432 06-07-2007 affiliate
765-432 06-07-2007 search.
I'm trying to find a way to combine these rows and make the third field a concatenation of the two entry pages,
765-432 06-07-2007 affiliate/search.
How in the world would I be able to do that? The reason I need to do this is I'm tying the iD# to the ID# associated with orders, so when I'm totaling everything up, I'm getting double what I should, but at the same time, I can't just ignore any key where there are dups, because this probably accounts for 50% of the records? Any help would be extremely beneficial. Thanks.