February 8, 2018 at 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
February 8, 2018 at 3:12 am
psmahesh115 - Thursday, February 8, 2018 2:57 AMhi frinds i have one table. 100 records is hear. i want delete the 400 to 500 records onlyhow to delete
can u know what is the answer
Really not understood you
February 8, 2018 at 3:25 am
psmahesh115 - Thursday, February 8, 2018 2:57 AMhi frinds i have one table. 100 records is hear. i want delete the 400 to 500 records onlyhow 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
February 8, 2018 at 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
February 8, 2018 at 5:32 pm
Luis Cazares - Thursday, February 8, 2018 6:01 AMYou 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
February 8, 2018 at 5:33 pm
Luis Cazares - Thursday, February 8, 2018 6:01 AMYou 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
February 8, 2018 at 5:35 pm
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
February 8, 2018 at 5:50 pm
psmahesh115 - Thursday, February 8, 2018 5:33 PMLuis Cazares - Thursday, February 8, 2018 6:01 AMYou 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.htmgive 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.
February 8, 2018 at 5:58 pm
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.
March 5, 2018 at 10:53 am
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