网站首页 站内搜索

搜索结果

查询Tags标签: anyelement,共有 1条记录
  • KingbaseES 中实现mysql any_value 功能

    KingbaseES 中可以通过构造一个聚集函数来实现mysql的any_value功能。 示例 创建函数 create function coalesce_("anyelement","anyelement") returns "anyelement"language sql as $$ select coalesce( $1,$2) $$;create aggregate any_v…

    2022/7/16 2:20:31 人评论 次浏览
扫一扫关注最新编程教程