You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
DEFINE TEMP-TABLE tt_temp NO-UNDO
LIKE Customer
INDEX idx1 Country DESCENDING
.
DEFINE TEMP-TABLE tt_temp2 NO-UNDO
LIKE Customer USE-INDEX CustNum USE-INDEX CountryPost AS PRIMARY
.