Skip to content

Instantly share code, notes, and snippets.

@dafma
Created June 16, 2017 22:13
Show Gist options
  • Save dafma/5792d750127461d46aa9a5cab0f2fd68 to your computer and use it in GitHub Desktop.
Save dafma/5792d750127461d46aa9a5cab0f2fd68 to your computer and use it in GitHub Desktop.
Select D.invno, D.custno, D.box, D.pallet, D.truck, D.ddate, D.emp, D.term, D.recipna, D.signature, C.guia
from delivinfo D, cosumary C
where D.invno= C.invno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment