Skip to content

Instantly share code, notes, and snippets.

@trplll
Created August 15, 2016 13:37
Show Gist options
  • Save trplll/caaf82581ade035f4bd9b93596dd864b to your computer and use it in GitHub Desktop.
Save trplll/caaf82581ade035f4bd9b93596dd864b to your computer and use it in GitHub Desktop.
table row names
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