Viewing 15 posts - 961 through 975 (of 4,087 total)
August 30, 2018 at 8:51 am
August 29, 2018 at 2:27 pm
August 29, 2018 at 1:51 pm
It's in the documentation. You're never going to get better at this if you don't even bother to try figuring this out for yourself. I'll give you a hint, it's...
August 29, 2018 at 1:26 pm
August 29, 2018 at 12:59 pm
You still haven't provided sample data and expected results. I'm not planning on spending any more time on this until you do.
Drew
August 29, 2018 at 8:56 am
I should have added that each source set of data has a different set of...
August 28, 2018 at 3:03 pm
August 28, 2018 at 10:34 am
Barring any additional information, I would be inclined to go with a third option that you didn't mention. Have one table with a field that indicates source. Otherwise you are...
August 28, 2018 at 10:29 am
I think this will get you started. You'll need to put this in a CTE if you actually want to update the table.
SELECT *,
CASE
August 28, 2018 at 8:43 am
Please post sample data and expected results as outlined in the first link in my signature.
Also, is your question about how to change the table structure, or how...
August 28, 2018 at 8:27 am
August 27, 2018 at 11:50 am
Viewing 15 posts - 961 through 975 (of 4,087 total)