Kingbase是否有类似MySQL的date_format日期格式函数
有的,to_char。 kingbase 中的to_char函数与mysql中date_format对应,但第二位的参数有所不同。
SELECT TO_CHAR(now() ,'yyyy-MM-dd HH24:MI:SS')