Viewing 15 posts - 46 through 60 (of 80 total)
OK thanks, let me give that a try. Much appreciated !
Greg
March 13, 2012 at 10:24 am
Well that's 14 views and no responses. I knew this would be tricky...
March 13, 2012 at 10:13 am
Thanks, I sorted it out myself - sorry to waste your time.
Regards, Greg.
February 28, 2012 at 7:41 am
Yep, I can do that. I'm sure it's part of the solution. It's the next part that baffles.
How do you use the known quantities of event start time, duration and...
February 22, 2012 at 8:56 am
Thanks, must beetle off and decipher this !
Regards, Greg
February 22, 2012 at 7:01 am
Thanks, I guess not. Intersting critique which I didn't agree with.
Of course SQL could do this if "it" wanted to.
The order of the items in the select list is...
February 22, 2012 at 5:53 am
Sorted it all out John, thanks for your guidance.
Greg
February 2, 2012 at 6:14 am
Hi John,
Well, let me try to explain.
For a t1.hour of zero, I'd want to show the values that row. It's the only row that doesn't need a subtraction, just literal...
February 2, 2012 at 5:32 am
OK Thanks,
That is mostly working - except where t1.hour is zero. I think this needs treating as a special case, but I'm not sure how to do this.
Regards, Greg
February 2, 2012 at 5:18 am
Hi John,
Umm, would you be able to show the syntax for this ? I've had a go !
select * from dbo.table t left join
(select * from dbo.table ) y...
February 2, 2012 at 4:15 am
OK fellows thanks - I'll go for the string rebuild.
November 15, 2011 at 12:28 pm
Nope, it has no effect. It's definately a datetime field though.
I've also tried preconverting it a char string, and then reconverting back a styled datetime. Still no effect.
Greg
November 15, 2011 at 10:29 am
Thanks to you both for adding in extra thought and comment.
Regards, Greg
September 23, 2011 at 4:10 am
Me like...
September 22, 2011 at 8:14 am
Thanks Cadaver,
I haven't tried this before and it is very, very useful.
All working happily now.
Regards, Greg
September 22, 2011 at 7:41 am
Viewing 15 posts - 46 through 60 (of 80 total)