mysql生成一個連續的時間序列

select date_add('2021-01-01',interval @i:=@i+1 day) as date from ( select 1 union all select 1 union all select 1 union all select 1) as tmp, (select @i:= -1) t 其中,能夠看出web select 1 union all select 1
相關文章
相關標籤/搜索