by using cursors , we can access particular records from
the table based on some condition, i want to delete those
selected records, how can we write a query for this in the
program?
Answers were Sorted based on User's Feedback
Answer / satty
first declare cursor and select the records you wanted and
then use delete statement with where current of your cursor.
becoz it will help you to delete that particular record
which has been choosed.
if any thing wrong plz intimate
| Is This Answer Correct ? | 8 Yes | 0 No |
Hi Satty
Can you please let us know what command you will use for
delete.
Vaneesh
| Is This Answer Correct ? | 0 Yes | 0 No |
By the way, why to select a signle row using cursor then
delete, if you want to delete all the row mentioned in the
cursor search creteria, simply write a SQL query mentioning
delete where (matching search condition).
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the prerogatives?
In a single table,How to retrieve a employee-id of an employee who works in more than one department?
How to compare data between two tables in db2?
How to view db2 table structure?
What are the isolation levels possible ?
Which isolation level provides maximum concurrency?
How to insert more than one record using insert?
What is catalog database in db2?
What are the full forms of spufi and dclgen and why are they used?
is there any restrictions for unions ?
What is the purpose of the WHENEVER statement?
Describe what a storage group(STOGROUP) is?