|
-----------------
Equipment Month Note: I only listed a few here
-----------------
**** 6
### 15
@@@ twenty three
$$$ 12
-----------------
select device, int (month / 12) +1 as year from **;
But the consequence of this is that 12, 24, 36 have all become divisible. December should also be the first year and not the second year, and 24 should be the second year and not the third year.
how to solve this problem? |
|