question

sergiord2017 avatar image
sergiord2017 asked

Dividing a month-department budget into day-department budget

Hi , I have to divide a table that Financial Department gave to me , it is table with three columns: DEPT MONTH BUDGET A 1 50.000€ B 2 70.000€ C 3 30.000€ D 4 20.000€ I have to cross it with the DATE table in order to make a daily table: DEPT MONTH DAY BUDGET A 1 1 (50.000/31 days of JAN) A 1 2 (50.000/31 days of JAN) A 1 3 (50.000/31 days of JAN) A 1 4 (50.000/31 days of JAN) .... And so on ... Anyone knows how to convert or divide a table into a daily table? Thanks in advance my friends.
sqlprogramming
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.