Viewing 15 posts - 91 through 105 (of 2,469 total)
..so pick up that gauntlet then...
I'll refrain from commenting on your beliefs Mike...with your high morals I doubt that "fun" would have any part...
December 20, 2006 at 6:47 am
............
Alright...you hang on to them morals...
December 20, 2006 at 6:17 am
Why don't you hack it so that I'm on top...I'll try and get my fun other ways....
December 20, 2006 at 5:26 am
sigh - as always don't know whether to thank you or to rail at you Mike....I look at my personal best which's been 407665 and I wait for the leaderboard...
December 20, 2006 at 4:25 am
Ron - you must've read my mind...have been meaning to ask Mike this for some time now...and of course now it's (almost) too late...
December 19, 2006 at 7:59 pm
Isa - I'm not completely sure I understand your question...but if it is what I think it is then you need to capture the user selection into variables....pass those variables...
December 18, 2006 at 4:41 am
something like this probably....cannot test...
select G.GroupCode, sum(G.amount)+ max(L.amount) as totalAmount from MGroup G inner join (select GroupCode, sum(amount) as amount from MLedger group by Groupcode)L on G.GroupCode = L.GroupCode group by G.GroupCode
December 17, 2006 at 8:20 am
Please do not post in multiple forums...
Follow the thread here
December 17, 2006 at 8:00 am
select fruit, username
from fruits
inner join
users on
fruits.access = users.group
order by fruit
December 17, 2006 at 7:58 am
looking for a software expert who speaks German for problems with English software and the English language...
take a survey and you may win one...
December 16, 2006 at 9:09 pm
Well Remi - can't you be like the mechanic who fixes a flat tyre without actually seeing the car ?! I thought you were a wiz!!!
December 16, 2006 at 8:50 pm
well..this is a job for the client!
also..grouping by addresses is fraught with pitfalls..you should look for some other column/candidate to group on!!!
December 16, 2006 at 8:42 pm
...me too...thought it was a change from the usual mailman ones...
December 14, 2006 at 4:33 am
To those like maddog...my deepest sympathy!
My goal has been (for the last 10 yrs or so..) to spend each New Years' eve in a different country...so this year it's back...
December 13, 2006 at 4:31 am
James - could you pl. post the actual query sent when the ID filter is applied !
Also, when you say that the query works "fine by itself" you mean in...
December 7, 2006 at 1:23 pm
Viewing 15 posts - 91 through 105 (of 2,469 total)