#openGauss #入门 #安装 #数据库 #开源
知识来源:docs-opengauss.osinfra.cn/zh/
-
limit
参数:无
返回值:null
功能描述:用于nesttable类型,返回集合中最大可以储存的元素个数,只适用于array类型,nesttable返回空。
示例:
openGauss=# declare openGauss-# type nest is table of int; openGauss-# aa nest:=nest(11,22,33,44,55); openGauss-# begin openGauss$# raise info 'limit:%' ,aa.limit; openGauss$# end; openGauss$# / INFO: limit:<NULL> ANONYMOUS BLOCK EXECUTE
#openGauss #入门 #安装 #数据库 #开源