Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save worstn8mare/92519d0bc7e86a4fea8db1346e516724 to your computer and use it in GitHub Desktop.

Select an option

Save worstn8mare/92519d0bc7e86a4fea8db1346e516724 to your computer and use it in GitHub Desktop.
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