Control SQL - GL Out of Balance By Order

Explanation of SQL

This query shows the ordernumber in the gl when you have just the transaction id.

Low. No data is modified in the running of this query.

SELECT ordernumber
FROM transheader
WHERE id=
  • Entered : 9/08/2009
  • Version : Control 4.3
You could leave a comment if you were logged in.