Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Filter the unique records

Former Member
0 Kudos

Hi ,

for writting a code for "filter the unquie records based on EXNUM AND EXYEAR"

I HAVE WRITTEN

"delete the adjacent duplicate from y_v_delivery(defined)

comparing EXNUM EXYEAR"

IS IT CORRECT OR NOT

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Bijender,

First Use SORT for the same.

SORT y_v_delivery BY EXNUM EXYEAR.

And then use DELETE..which is correct.

Reward points if useful.

Regards,

Atish

4 REPLIES 4

Former Member
0 Kudos

Hi,

It is correct, Provided you have sorted the table.

Reward if useful!

Former Member
0 Kudos

Hi Bijender,

First Use SORT for the same.

SORT y_v_delivery BY EXNUM EXYEAR.

And then use DELETE..which is correct.

Reward points if useful.

Regards,

Atish

Former Member
0 Kudos

THANKS .........HOW TO GIVE THE POINTS TELL ME THE PROCEDURE.

0 Kudos

There are points near each answer. Just click on that radio button.

Regards,

Atish