Search results

  1. J

    For (each/first/last) by date

    for each prh_hist no-lock where prh_domain = "ITS1" and prh_nbr = "28601004" and prh_line = 1 and prh_ps_nbr = "007021" by prh_rcp_date : display prh_rcp_date . end. ┌─────┐ │Receipt │ │─────│ │11/08/23│ │03/08/24│ └─────┘ for each prh_hist no-lock where prh_domain = "ITS1" and prh_nbr =...
Top