开发者社区> 问答> 正文

你好,我们想用MaxCompute 查询最近多少条的分区,但是不知道怎么写 ,${bdp.system.bizdate}' 减7天怎么写 ds =$[${bdp.system.bizdate}' -7*N ] 大概这种格式吗?日期转换会报错。

你好,我们想用MaxCompute 查询最近多少条的分区,但是不知道怎么写 ,${bdp.system.bizdate}' 减7天怎么写 ds =$[${bdp.system.bizdate}' -7*N ] 大概这种格式吗?日期转换会报错。
FAILED: ODPS-0121035:Illegal implicit type cast - in function LT, input parameter '20170114' cannot be casted to datetime, only yyyy-mm-dd hh:mi:ss format is supported, column hint is 'a.ds'
FAILED: ODPS-0121095:Invalid arguments - in function cast, string datetime's format must be yyyy-mm-dd hh:mi:ss, input string is:20170114

展开
收起
祁同伟 2017-09-06 16:29:43 13718 0
2 条回答
写回答
取消 提交回答
  • select * from table where ds >= to_char(dateadd(to_date('${bizdate}', 'yyyymmdd'), -7, 'dd'),'yyyymmdd')

    2019-07-17 21:33:57
    赞同 展开评论 打赏
  • TA有点害羞,没有介绍自己...

    试试:select * from work_demo.table where to_date(ds, 'yyyymmdd')参考一下这个文档
    https://help.aliyun.com/document_detail/30281.html

    2019-07-17 21:33:57
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
Data+AI时代大数据平台应该如何建设 立即下载
大数据AI一体化的解读 立即下载
极氪大数据 Serverless 应用实践 立即下载