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: 

How to read duplicate entries

Former Member
0 Kudos

Hi all,

I am not getting the duplicate entries when iam using select and forall entries,

Problem: I want all the entries(duplicate entries also).

Thanks in advance.

Sandya

1 REPLY 1

Former Member
0 Kudos

Hi,

the problem with for all entries is

<b>when ever the records are repeating it will not consider the repeating records

after two repeated recrods...</b>

so

when ever you use the select

with for all entries

it is better if you have taken all the primary key fields then all the records will come

or else

take a field which will differentiate those field so that all the other duplicate records willl come

regards,

Venkatesh