8:00 – 4:00 VISIBILITY
- Spent the morning doing paperwork and helping Mike get permissions to use our servers
- Went over the wizard basics with Dong. He thinks he’ll have something by the end of the week.
8:00 – 4:00 VISIBILITY
CREATE
ALGORITHM = UNDEFINED
VIEW `project_obligations_outlays`
AS SELECTFROM `projects` p,
budget_centers c,
budget_amounts a,
obligations_outlays o
WHERE p.uid = c.project_id
AND c.uid = a.budget_center_id
AND o.funding_id = c.uid
AND a.year = o.year_count
ORDER BY o.uid
8:00 – 4:30 VISIBILITY
TRUNCATE TABLE `contacts`8:30 – 4:30 VISIBILITY
7:00 – 12:00 VISIBILITY
8:00 – 4:00 VISIBILITY
8:00 – 4:30 VISIBILITY
You must be logged in to post a comment.