In my table having 3000 Records. How can I delete the 500th
row? (we don't know what is data inside the table)
Answer Posted / suraj kumar pathak
SELECT * FROM (SELECT col1,col2,col3, rownumber() over() AS rn FROM tab1) as tr WHERE rn = 500;
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is report-item in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Write a cobol program making use of the redefine clause.
how to move the records from file to array table. give with code example
i need a small 3d program using inline and outline.
how to access the file from prodution from changeman tool and to submit a file to production
What are different data types in cobol?
Why did you choose to work with ibm mainframe cobol programming?
For rewrite, why is it mandatory that file needs to be opened?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Can we change the password using ALTER? anyone tried and changed?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are the different rules for performing sort operation?
What are the different rules to perform a Search?
What is the compute verb? How is it used?