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 are the different data types in cobol?
How do you get the data to code the BMS macro?
what is the difference between COBOL2 AND COBOL390?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is Pic 9v99 Indicates in COBOL?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
how to convert the recors form vsam file to db2 table tru file aid
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the usage of comp fields in cobol?
What are the different types of condition in cobol and write their forms.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Whats the difference between search & search ALL?