读书人

postgresql 数组,该怎么处理

发布时间: 2012-03-03 15:33:04 作者: rapoo

postgresql 数组
在postgresql数据库中,怎样获取定义数组的长度,在开发语言中是通过(数组名.length)来获取的, 在postgresql数据库中怎样来获取呢.......

[解决办法]
http://www.postgresql.org/docs/8.1/interactive/functions-array.html

array_lower (anyarray, int)

array_upper (anyarray, int)

读书人网 >Mysql

热点推荐