ITADN

Is there an operator to access postgres-arrays by index

#581Closedpepperblue 创建于 2025-07-22
P
pepperbluecommented
Postgres array-elements - e.g. constructed by aggregations like `ARRAY_AGG` - can be accessed by providing the index of the element within square-brackets like this `array[1]`. How can I do this with honeysql?
关闭于 2025-07-22 3 条评论