The [] operator is used to access an element of an array and is indexed starting from one: SELECT my_array[1] AS first_element. Copy to clipboard ...
確定! 回上一頁