select to_char(to_date('20180101','yyyymmdd')+(level - 1),'yyyymmdd')sysdatfrom dual connect by level <= 365
有啥问题啊
这个sql能在oracle执行呀,有啥问题?