Array Functions and Operators
Array Functions and Operators
sk31.park
| 2020. 11. 14.
www.postgresql.org/docs/9.1/functions-array.html
Array Functions and Operators
Table 9-41 shows the operators available for array types. Table 9-41. Array Operators Operator Description Example Result = equal ARRAY[1.1,2.1,3.1]::int[] = ARRAY[1,2,3] t <> not equal ARRAY[1,2,3] <> ARRAY[1,2,4] t < less than ARRAY[1,2,3] < ARRAY[1,2,4]
www.postgresql.org
'프로그래밍' 관련글
더보기..