search

Home  >  Q&A  >  body text

php - How should the title table and points rule table be designed?

For example, the first-level title ['Skilled Craftsman'] needs to reach the merit value XX
The second-level title ['Skilled Worker'] needs to reach the merit value XX
...
After the fifth level, every time you improve Level, requires 5 times the merit of the previous level [Rule Table]

How should the rule table and title table be designed?

迷茫迷茫2745 days ago696

reply all(1)I'll reply

  • 滿天的星座

    滿天的星座2017-05-19 10:09:32

    Query method:

    select *
    from table a
    where @功勋值 between a.min and a.max 

    reply
    0
  • Cancelreply