3
Answers

How to increment number for every row and year

raven yoo

raven yoo

4y
417
1
Hello 
im having trouble in looping to count every 3rd row from database record and save the value for counted row. any idea
example
      id       term      
       1        01
       2        01
       3        01
       4        02
       5        02
       6        02
 
how do i get the term value from every 3rd row? 
Answers (3)