Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL to Add Another Year's Data #63

Closed
jbaldo opened this issue Mar 25, 2018 · 0 comments
Closed

SQL to Add Another Year's Data #63

jbaldo opened this issue Mar 25, 2018 · 0 comments

Comments

@jbaldo
Copy link
Member

jbaldo commented Mar 25, 2018

SELECT m.program_id, m.goal_id, m.site, m.function_id, m.lcap_id, m.object_id, m.year, m.sacs_obj_id, m.adopted_budget, m.working_budget, m.encumbrance, m.ytd_actual, m.balance, m.org_key, m.org_key_description, m.omaj_description FROM measure_g_actuals_2017 m

UNION ALL

SELECT a.program_id, a.goal_id, a.site, a.function_id, a.lcap_id, a.object_id, a.year, a.sacs_obj_id, a.adopted_budget, a.working_budget, a.encumbrance, a.ytd_actual, a.balance, a.org_key, a.org_key_description, a.omaj_description FROM measure_g_actuals a
@jbaldo jbaldo closed this as completed Mar 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant