Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 2,469 total)

  • RE: SQL Query Again - Complex

    i'm sorry if i seem to be asking foolish questions but raj - are your column names 'num1', 'num2' etc... or did you just display that for brevity ?!

    in other...

  • RE: Tic Tac Toe

    seems to me there's not much you can do to prevent something like this...however, instead of a lenient approach (1, 2, 3 strikes you're out...) - if indeed you, Andy...

  • RE: Apologies to Ken Henderson

    well - they do say that imitation is the sincerest form of flattery...rather than have this leave a bad taste in everyone's mouth, maybe we should shift the perspective &...

  • RE: Finding duplicate entries

    LOL...

    Mike - if you have some time c'mon over to the other post "sql query again - complex" in this forum and see if you can shed some light...

    oops -...

  • RE: SQL Query Again - Complex

    raj - do a "select * from BETS" & post the results here as sara suggested...maybe if we can look at the data, we might be able to help!

  • RE: Finding duplicate entries

    ivelisse - let us know how it goes...don't mind us - we're "meeting" after a while hence catching up!

  • RE: Finding duplicate entries

    no indeed - more like gaggis - yuck!

    it HAS to be the blackbird pie....how quickly you forget!

  • RE: SQL Query Again - Complex

    ok...then first run:

    "drop table #TempBets "

    then run the rest of the statements...

  • RE: Finding duplicate entries

    ..in that case a "select distinct * from myTable" should give you what you're looking for!

    yes - mike - i do owe you!

  • RE: SQL Query Again - Complex

    raj - put an "END" after the (THEN 1 ELSE 0) and run it again!

    btw - is there no way you can change the schema of your table (as Chris...

  • RE: Finding duplicate entries

    and your result set should contain:

    Date Unit Company_Name

    4/2/05 bu002...

  • RE: INSERT WITH SELECT

    change your query to:

    INSERT INTO dbo_Versuchsart

    SELECT * FROM AuswahlVersuchsart

  • RE: Finding duplicate entries

    is this something where a "select distinct" won't do ?! there could be duplicates of any or all fields - or a combination thereof ?! could you provide some more...

  • RE: Phone number format reference?

    oh - here's something - says world telephone numbering guide - don't have time to see if they're any good...

    http://www.wtng.info/

  • RE: Phone number format reference?

    google! google! google!

    i did and didn't come up with any sites worth posting!

Viewing 15 posts - 1,651 through 1,665 (of 2,469 total)