简体   繁体   中英

How to use a range table with LOOP

I know how to use range tables with SELECTs.
However, is it possible to use it in a LOOP's WHERE condition?
If not, is there a workaround?

The syntax is the same like by SELECTs:

LOOP AT ...
     INTO|ASSIGNING ...
     WHERE field IN range.
  ...
ENDLOOP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM