Results 1 to 2 of 2

Thread: uniqueness in similarity?

Threaded View

  1. #1

    Thread Starter
    Lively Member moonguy's Avatar
    Join Date
    Apr 2001
    Location
    pune(india)
    Posts
    67

    uniqueness in similarity?

    i have a table in sqlserver which has only one column,say name

    select * from table_name;
    returns

    anil
    vijay
    anil
    anil
    vishal
    anil
    mohan

    if we want to delete the 5th anil name (through query analyser)
    how to do it
    if i use newid() function
    it always changes.
    thank you
    Last edited by moonguy; May 2nd, 2001 at 01:26 AM.
    Vishal Mungi
    [email protected]
    www.geocities.com/vishalmungi

    VB,ASP,C++,Java,Oracle,MAX,photoshop,XML..,


    ~~~~
    \ - - /

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width