Forum Replies Created

Viewing 15 posts - 91 through 105 (of 2,469 total)

  • RE: Christmas Competition

    ..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...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Christmas Competition

    ............

    Alright...you hang on to them morals...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Christmas Competition

    Why don't you hack it so that I'm on top...I'll try and get my fun other ways....







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Christmas Competition

    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...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Christmas Competition

    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...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: need help for writing a Sql query for Search

    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...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: SQL Query for Roll Up Totals

    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
    







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: single SQL statement

    Please do not post in multiple forums...

    Follow the thread here







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: single sql statement

    select fruit, username

    from fruits

    inner join

    users on

    fruits.access = users.group

    order by fruit







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: German speakers: Englischprobleme mit Softwarefirmen oder ist Englisch kein Problem?

    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...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to implement an aggregation function

    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!!!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Insert blank lines in table to group data....

    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!!!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Scary Mining

    ...me too...thought it was a change from the usual mailman ones...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Getting Away

    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...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Error 169 (duplicae Columns Specified) Problem

    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...







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing 15 posts - 91 through 105 (of 2,469 total)