PostgreSQL: The world's most advanced open source database Discussion.
Tuesday, July 8, 2008
[GENERAL] array sort for varchar arrays?
I'm likely overlooking something, but I can't seem to find a function to sort a varchar array. Something like "select sort('{y,z,x}'::varchar[])" => {'x','y','z'}.
No comments:
Post a Comment