日期:2014-05-16  浏览次数:20610 次

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

------解决方案--------------------
http://www.postgresql.org/docs/8.1/interactive/functions-array.html 

array_lower (anyarray, int)

array_upper (anyarray, int)