Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个每周运行的 cron,它从 API 中获取数据并将这些数据存储在数据库中。我想将不同的数据保存在不同的列中,但能够查看分组到第 #x 周或其他内容的每组数据。存储此数据的最佳方法是什么,以便我可以在该数据库中查看每周数据(按周分组的多列值),其中每一行都是具有唯一 ID 的不同用户?
您只需为星期一的日期添加一个特殊列,然后可以在星期一之前获取每周数据。
ID your data monday (YYYYMMDD or Timestamp) create_date update_date