Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9193

Re: Help me: I got to Delete multiple rows based on condition that date is not equal to certain range date

$
0
0

Hi Bharath,

 

Do like this,

Assuming that you want to delete the records in database table.

 

1.Fetch the records of the DB table into internal table

2.Loop the records of the internal table

3.Inside Loop check the field with your date range.

     If found with in the range.

          CONTINUE.

     Else "Not found in Your Date Range

     Use DELETE to remove the record from Table

     endif.

 

Regards,

Pavan


Viewing all articles
Browse latest Browse all 9193

Trending Articles