Created
August 15, 2016 13:37
-
-
Save trplll/caaf82581ade035f4bd9b93596dd864b to your computer and use it in GitHub Desktop.
table row names
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select TDOBNM,TDPSEQ,tdobnd,frdsca | |
from COPD810.F98710 | |
join COPD810.F98711 on TDOBNM=THOBNM | |
join DD810.F9203 on FRDTAI=tdobnd | |
where tdobnm ='F9000' | |
order by tdobnm ,tdpseq asc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment