postgresql - subarray of bigint[] in posgresql -


i'm trying n first elements , n last elements of bigint[] in postgresql

in link int[] not bigint[] http://www.postgresql.org/docs/9.1/static/intarray.html

so, this:

delchain := subarray(usr.chain, 1, (schain - mchain)); 

gives me error:

function subarray(bigint[], integer) not exist 

is possible avoid error?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -