Viewing 8 posts - 1 through 8 (of 8 total)
Hi Dwain,
dwain.c (2/11/2015)
You also said originally:
tomek tomek (2/10/2015)
1) OrderId=1 was split into 2 rows, as it was partially overlapped by next ranges
2) orderdId 2 and 3 don't...
February 12, 2015 at 2:05 am
it seems there's something wrong with your new code (I don't see same problem with previous solution).
for following dataset:
SELECT *
FROM
(VALUES
(1, '1',convert(datetime,'20121001'),convert(datetime,'20141031')),
(2, '7','20140701','20140731'),
(3, '10','20140801','20141031')
) AS...
February 11, 2015 at 6:16 am
February 11, 2015 at 4:51 am
Hi,
First of all, thank you all for your input. It is invaluable.
your solutions with numbers looks very interesting, but as Dwain suggested I had problems finding out how...
February 11, 2015 at 3:33 am
the point is, no one knows the real content (even I, as admin) - until decrypted on a website.
Unfortunately,
i don't have enough knowledge to build my own website conneceted to...
December 11, 2014 at 8:26 am
additional question:
The actual situation I have is like this:
StatusType STATUS Object date
---------- ---------- ---------- -----------------------
status1 Closed ...
October 17, 2013 at 4:42 am
Hi All,
First of all - Big Thanks for all your input (and good words for newbie as well:).
@Nevyn - thanks for your solution, but as you yourself suggested...
October 17, 2013 at 3:51 am
Well....
I kind of have a solution, but it's messy (especially that I acutally have more tables like these to merge, and obviuosly there come joins with other tables).
Maybe someone could...
October 16, 2013 at 4:37 am
Viewing 8 posts - 1 through 8 (of 8 total)