Created
April 5, 2018 08:45
-
-
Save worstn8mare/92519d0bc7e86a4fea8db1346e516724 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| INSERT INTO posting_gls (posting_id,entry_type,gl_account_id,amount) | |
| ( | |
| select | |
| posting_id, | |
| entry_type, gl_account_id, amount | |
| from gl_entries where doc_no = 20283 and doc_type = "RR" and status != "Void" | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment