Skip to Content
0
Former Member
Feb 19, 2009 at 08:36 PM

For All Entries

52 Views

How do the entries in the For All Entries table map in to

native SQL?

I understand that there are some memory limitiations which make

it necessary to submit multiple SELECT statements, since a For

All Entries clause is translated into something like .... IN ( A, B, C, C ...)

People have told me that only 5 records are processed in each SELECT

statement, meaning that 20 SELECT statements would have to be

issued for a For All Entries table with 100 records.