nikolasd
10/26/2017 - 3:52 PM

Εύρεση Σειρών με συγκεκριμένο εισπρακτικό

Pylon SQL - Εύρεση Σειρών με συγκεκριμένο εισπρακτικό

SELECT
  hedocseries.hecode DocCode,
  hedocseries.heshortcut DocShortcut,
  hedocseries.hename DocName,
  hedocseries.heactive DocActive,
  payment.hecode PayCode,
  payment.heshortcut PayShortcut,
  payment.hename PayName,
  payment.heactive payActive
FROM hedocseries
INNER JOIN hedocseries payment
  ON payment.heid = hedocseries.heRecPayDcsrID
WHERE payment.hecode = 'ΕΙΣΠ'
OR payment.heshortcut = 'ΕΙΣΠ'