Firebird 有用的list函数
语法: LIST ([ALL | DISTINCT] expression [, separator])
示例: select list(u.code, ';') from m_user u
结果:查询到的多行,以分隔符分开显示。

posted on 2018-07-23 10:27 jonney_wang 阅读(448) 评论(0) 收藏 举报
语法: LIST ([ALL | DISTINCT] expression [, separator])
示例: select list(u.code, ';') from m_user u
结果:查询到的多行,以分隔符分开显示。

posted on 2018-07-23 10:27 jonney_wang 阅读(448) 评论(0) 收藏 举报