oracle quctions

  • hi frinds i have one table. 100 records is hear. i want delete the 400 to 500 records only

    how to delete

    can u know what is the answer

  • psmahesh115 - Thursday, February 8, 2018 2:57 AM

    hi frinds i have one table. 100 records is hear. i want delete the 400 to 500 records only

    how to delete

    can u know what is the answer

    Really not understood you

  • psmahesh115 - Thursday, February 8, 2018 2:57 AM

    hi frinds i have one table. 100 records is hear. i want delete the 400 to 500 records only

    how to delete

    can u know what is the answer

    One table is there. Table contains 500 rows. I want to delete 300 to 400 rows.
    Is it possible to delete

  • You can delete any number of rows, you just need to use the correct WHERE clause.
    https://docs.oracle.com/cd/B14117_01/appdev.101/b10807/13_elems014.htm

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Luis Cazares - Thursday, February 8, 2018 6:01 AM

    You can delete any number of rows, you just need to use the correct WHERE clause.
    https://docs.oracle.com/cd/B14117_01/appdev.101/b10807/13_elems014.htm

    give me one example. i have table with 300 records is there i want to delete 150 to 180 records. i could't find out.
    u can write a pogram and send me

  • Luis Cazares - Thursday, February 8, 2018 6:01 AM

    You can delete any number of rows, you just need to use the correct WHERE clause.
    https://docs.oracle.com/cd/B14117_01/appdev.101/b10807/13_elems014.htm

    give me one example. i have table with 300 records is there i want to delete 150 to 180 records. i could't find out.
    u can write a program and send me

  • Luis Cazares - Thursday, February 8, 2018 6:01 AM

    You can delete any number of rows, you just need to use the correct WHERE clause.
    https://docs.oracle.com/cd/B14117_01/appdev.101/b10807/13_elems014.htm

    give me one example. i have table with 300 records is there i want to delete 150 to 180 records. i could't find out.
    u can write a pogram and send me

  • psmahesh115 - Thursday, February 8, 2018 5:33 PM

    Luis Cazares - Thursday, February 8, 2018 6:01 AM

    You can delete any number of rows, you just need to use the correct WHERE clause.
    https://docs.oracle.com/cd/B14117_01/appdev.101/b10807/13_elems014.htm

    give me one example. i have table with 300 records is there i want to delete 150 to 180 records. i could't find out.
    u can write a program and send me

    Do you want me to send an invoice with that? Once I get the first payment I'll get to work.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Okay, which is it a table with 500 rows of data that you want to delete 300 to 400 rows of data or a table with 300 rows of data that you want to delete 150 to 180 rows of data?
    What criteria do you want to use in deleting the data or do you just want to delete any old 150 to 180 or 300 to 400 rows of data depending on which table you are discussing.
    If you want help beyond being pointed to the documentation that most likely has examples, you need to give us more information.

  • Is this an Oracle question, SQL Server question a mix of both?  Looking at the question and trying to understand it I am imagining some data resides on Oracle and other data in SQL Server.

    We need some clarity here.....

Viewing 10 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic. Login to reply