首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    一个sql生成hive日期维度表

    set hive.execution.engine=tez; with dates as ( select date_add("2010-01-01", a.pos) as d from (select posexplode(split(repeat("o", datediff("2030-12-31", "2010-01-01")), "o"))) a ) insert overwrite table dim.dim_date select     d   , date_format(d, 'yyyyMMdd000000') as to_pt            -- 指定分区格式   , date_format(d, 'yyyyMMdd')       as date_yyyymmdd   , trunc(d,'MM')                    as month_first_day    , last_day(d)                      as month_last_day   , date_format(last_day(d),'yyyyMMdd000000')   as month_last_pt   , date_format(d, 'yyyyMM')  as month_yyyymm   , date_format(d, 'yyyy-MM') as month_yyyy_mm   , month(d) as month   , date_format(d, 'u') as week   , date_format(d, 'E') as week_long      , weekofyear(d) as week_of_year   , year(d) as year   , floor(substr(d,6,2)/3.1)*3+1 as quarter   -- , concat_group('"',date_format(d, 'yyyyMM'),'"') as date_yyyymmdd_list   -- 低版本hive group_concat 不可用 from dates

    03

    从SAP最佳业务实践看企业管理(175)-CO-期末结算

    成本月结大概过程: 回顾一下产品成本组成: 直接材料,指直接用于产品生产的原材料,燃料和动力, 直接人工,指直接参加产品生产的工人工资和福利费; 制造费用(又称间接费用),指间接用于产品生产的各项费用。 日常的处理过程中都按标准成本进行记账,月末实际的成本出来后,那实际和计划一定有差异,成本月结实际就是处理差异的过程。 直接人工和制造费用是通过作业价格*作业数量进行记账,作业价格计划和实际一定会有差异,根据实际的消耗和实际的作业数量,系统可以计算出实际的作业价格,然后根据实际的作业价格对生产订单成本进行重算

    08

    扫码

    添加站长 进交流群

    领取专属 10元无门槛券

    手把手带您无忧上云

    扫码加入开发者社群

    相关资讯

    热门标签

    活动推荐

      运营活动

      活动名称
      广告关闭
      领券