to_char
Posted 夏蝉冬雪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了to_char相关的知识,希望对你有一定的参考价值。
to_date(to_char(to_date(#{conds.currentTime,jdbcType=VARCHAR},‘YYYY-MM-DD hh24:mi:ss‘),‘hh24:mi:ss‘),‘hh24:mi:ss‘)
to_data里面直接写‘2017-04-04‘的格式
在to_char中写会报错
上面是截取时间的意思
string 转jsonObject
String jsonStr = urlUtil.getData(url);
JsonObject json = new JsonParser().parse(jsonStr).getAsJsonObject();
以上是关于to_char的主要内容,如果未能解决你的问题,请参考以下文章