In my table having 100 Rec. How can I delete the 7th row??
(we don't know what is data inside the table)
Answer Posted / raghu
delete count(*) = 7 from tbname
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do I optimize a query in db2?
What is data manager?
What is db2 stogroup?
Explain the function done by data manager?
What is explain in db2?
What is the use of commit in db2?
What are db2 objects?
How do I connect my db2 database to ibm?
List out the data types available.
What language is db2 written in?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
How would you find out the total number of rows in a db2 table?
What is the physical storage length of time data type?
How do I delete a table in database?
Which component is responsible for processing sql statements and selecting access paths?