如何定时循环遍历数据库

如何循环遍历数据库,将一个表中的数据分条取出?

hI @111147

Use connect activity

and use execute non query
Use select * from tablename
and pass the datatable

use write range and pass the datatable

Thanks
Ashwin S