Hi,
Select
CUSTNO, TRAN_DATE, TRAN_TIME, TRAN_TYPE
From Tablename
where
CUSTNO = 123456
Order by
CUSTNO, TRAN_DATE, TRAN_TIME, TRAN_TYPE
Mit freundlichen Grüßen / Kind regards / Bien à vous,
Seán
________________________________
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> on behalf of Greg Wilburn <gwilburn@xxxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, June 16, 2025 18:16
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: RPG to SQL Help
This seems so simple... but for some reason I'm at a complete loss.
Given a table as follows:
CUSTNO, TRAN_DATE, TRAN_TIME, TRAN_TYPE
Using SQL, I need to select a specific record from this file (can use the RRN if needed), AND the very next record (chronologically) for the same CUSTNO (if one exists).
In RPG, I would just:
SETLL with the CUSTNO TRAN_DATE TRAN_TIME, then
READE with CUSTNO
What is the SQL equivalent to that?
[Logo]<
https://www.totalbizfulfillment.com/> Greg Wilburn
Director of IT
301.895.3792 ext. 1231
301.895.3895 direct
gwilburn@xxxxxxxxxxxxxxxxxxxxxxx<mailto:gwilburn@xxxxxxxxxxxxxxxxxxxxxxx>
1 Corporate Dr
Grantsville, MD 21536
www.totalbizfulfillment.com<
http://www.totalbizfulfillment.com><
http://www.totalbizfulfillment.com<
http://www.totalbizfulfillment.com>>
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.