Forum Replies Created

Viewing 15 posts - 1,636 through 1,650 (of 2,469 total)

  • RE: Tic Tac Toe

    sswords - not to get sucked into the digressive path (how long could it have lasted anyway...) but nothing like BBC to give everyone a run for their money...as for...

  • RE: Tic Tac Toe

    LOL....stream of consciousness at its' best....

    GPF....your mind is beginning to wander - gather your thoughts quickly and try to put them in some cohesive order...and most importantly - "stay on...

  • RE: Tic Tac Toe

    National Public Radio...

  • RE: INSERT WITH SELECT

    I think it depends Noel - I have full control over my db at work and KNOW it's never going to change - it might be torn down and rebuilt...

  • RE: Apologies to Ken Henderson

    darn - the free shipping must be recent - I just got my boxed set from Amazon 5 days back...missed the boat as usual (pun intended)

  • RE: I cannot get the syntax for RTrim(Total)

    right - all the "trims" are string functions to trim the leading/trailing blanks/spaces...

    you could use "select cast(Total as decimal(10,2))" though...which works just like "convert" (except for formatting) AND is ansi...

  • RE: Tic Tac Toe

    Brian - I'm sure that that 7th grader is an exception...not the rule!

    Anybody who has even remotely dreamed of authoring something is well aware of the distinctions between originality, poetic...

  • RE: Finding duplicate entries

    glad it all worked out!

    "see" you around Mike!

  • RE: Finding duplicate entries

    ivelisse - maybe you still had the "distinct" in your query without realizing it ?!

    select * from test - should give you all 11 rows.

    select distinct * from test -...

  • RE: Finding duplicate entries

    you "order by" exactly as it sounds...

    select distinct * from test

    order by company, date, unit...(or whatever order you want to specify!)

  • RE: SQL Query Again - Complex

    oops - colt 45 is drawn and at the ready!

  • RE: SQL Query Again - Complex

    here's the wholet thing from start to finish - apologies for the mishmash of upper and lower case...is late..

    create table bets

    (betid int,

    drawid int,

    userid int,

    num1...

  • RE: SQL Query Again - Complex

    hmm! I just ran Nicolas' code against a test table and it worked fine...do you get any error messages at all ?! I inserted all the data exactly as you...

  • RE: Finding duplicate entries

    ivelisse - there is only one distinct company you have - abc company - if you want all the columns, you need to do a "select distinct * from test"....

  • RE: Finding duplicate entries

    ivelisse - could you please post what you ARE getting and what you WANT to get ?! thx!

Viewing 15 posts - 1,636 through 1,650 (of 2,469 total)