我在mysql中有一个列数据时类型小时,我希望阅读此列并创建其他每小时的天数(0-23:59)。我把图像更好地解释了。我打算用
for rowshour
day = 0
if rowhour[i] < rowhour
day = day + 1
谢谢大家。最好的问候!
表格,以及我想要的日期列
答案 0 :(得分:0)
我相信你只是要求2列。
@"^name:[a-zA-Z]+" // math with the pattern only if it is at the begin
@"name:[a-zA-Z]+" // the pattern dosen't need to have a space before, for example: "holaname:alex" matched
@" name:[a-zA-Z0-9_]+" // if the name can contains numbers or underscore
...
对于小时(小时),我会使用整数而不是日期时间。对于dt我会使用日期时间,所以你有确切的分钟。然后当你查询使用date()时,
最后,您始终可以使用以下递增的整数格式: YYYYMMDDHH,例如2015-04-22 at 12将是2015042212