Why do Postgresql query not have a bundle position on output? They are in bundles the return but yet there is no actual bundle position that I can filter on. Any suggestions?
Edit: What I am doing now is adding a ROW_NUMBER() and doing a SQL query to count the amount of record and then filtering row number = total records.