Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7834023
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T13:00:57+00:00 2026-06-02T13:00:57+00:00

DELETE FROM LIM_STAGE.RESULTS A WHERE ROWID > ( SELECT min(1) FROM LIM_STAGE.RESULTS B WHERE

  • 0
DELETE FROM LIM_STAGE.RESULTS A 
WHERE ROWID > ( SELECT min(1) 
                FROM LIM_STAGE.RESULTS B
                WHERE A.result_number = B.result_number );

This code returns error
Error
ORA-00932: inconsistent datatypes: expected ROWID got NUMBER

And I am not sure how to alter it to get the results needed.

It seems where I have the numeral 1 should be something else, but I cannot figure out how to actually establish the individual row numbers.

Appreciate help getting rid of these duplicate rows. This is a large table with many indexes, and triggers… hate to hae to rewrite everything.

Thank you for any help..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T13:01:00+00:00Added an answer on June 2, 2026 at 1:01 pm

    This should work:

    delete from lim_stage.results
    where rowid not in (
        select min(rowid)
        from lim_stage.results
        group by result_number
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am doing this: delete from calibration_2009 where rowid in (SELECT rowid FROM `qcvalues`.`batchinfo_2009`
Normaly i would do a delete * from XXX but on this table thats
When I type this query in MySQL : DELETE FROM myTable WHERE ID =
DELETE FROM table_a WHERE id IN( SELECT table_a.id AS id FROM table_a, table_b WHERE
The following query: DELETE FROM CO05IN.ININVPRC WHERE IPPART IN (SELECT IPPART FROM CO05IN.ININVPRC left
DataContext.ExecuteCommand(DELETE from Table WHERE Date < Now()); I get an error about how Now()
delete from tbl_savedgroupmessage, tbl_savedusermessage, tbl_message where tbl_savedgroupmessage.msgid= tbl_savedusermessage.msgid= tbl_message.msgid= '876' I tried this but
I have this script: DELETE FROM [Tags] WHERE Id = CONVERT(uniqueidentifier, '7373D1A0-CB6A-4207-87C4-AE2939FD20C0'); GO INSERT
I am trying to delete a record from a database using the following code
DELETE FROM mytable WHERE id IN (SELECT id FROM mytable where roll=1) I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.