ARRAY[expr1, expr2, ...] Constructs a SQL ARRAY literal from the provided expression arguments. All arguments must be of the same type. ARRAY_APPEND(arr, expr) Appends the expression to the array. The ...
ARRAY[expr1, expr2, ...] Constructs a SQL ARRAY literal from the expression arguments, using the type of the first argument as the output array type. ARRAY_LENGTH(arr) Returns length of the array ...
I have a virtual machine running SQL 2008 R2, fairly light usage. Right now it is on an 8 drive RAID 10 array shared with several other VMs. I might want to dedicate an array to the SQL VM. Would I be ...