In some cases, I want to iterate rows in a table with ORDER BY clause. It would be nice to have a rows_order_by function similar to rows_where.
In a more general case, rows_filter function might be added to allow more customized filtering to iterate rows.
In some cases, I want to iterate rows in a table with
ORDER BYclause. It would be nice to have arows_order_byfunction similar torows_where.In a more general case,
rows_filterfunction might be added to allow more customized filtering to iterate rows.