Search:

Type: Posts; User: sureshkumar.mtech; Keyword(s):

Search: Search took 0.00 seconds.

  1. SQL Re: Delete duplicate records without using "rowid"

    could you please explain with example query.................


    Thanks
  2. SQL Re: How to delete duplicate rows in a table

    this query only possible when we are using 3 or 4 columns but when i used 100 or more column how it is possible group by all the 100 columns.
    i already tried this query any way thanks for your time .
  3. SQL Re: How to delete duplicate rows in a table

    table can have a 100 column and 1000 rows. i want delete duplicate rows only. the table can have a employee data
    the employee same name present in the table but different data and also present...
  4. SQL Re: How to delete duplicate rows in a table

    Table can have a following data: name age location .... Department email ---------- ---------- --------- --------- -------- arun 25 chennai .... Hr sample@sample.com arun 25 chennai .... Hr...
  5. SQL Re: How to delete duplicate rows in a table

    Actually i want delete duplicate rows in the table. If I have 100 columns and 1000 rows in the table how will delete the duplicate rows.
    suppose employee table can have 100 columns and 1000 rows and...
  6. SQL Re: How to delete duplicate rows in a table

    I tried following ways

    delete from colum_3 a
    2 where a.rowid >
    3 (select min(b.rowid) from colum_3 b
    4 where a.name = b.name
    5 and a.age = b.age);

    but i want exact result with...
  7. SQL Re: How to delete duplicate rows in a table

    if I have 100 columns in the table?
    delete duplicate rows but can not delete a record in the same name and different data.
  8. Answers
    9
    Views
    5,160

    Oracle Re: subquery

    table have
    ------------


    SQL> select name,salary from employe order by salary;

    NAME SALARY
    ---------- ----------
    MARUTHU 2000
    RAJESH 5000
Results 1 to 8 of 24
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact