/* An array of 12 zeroes */ CREATE OR REPLACE FUNCTION udf.array_of_12_zeroes() AS ([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]);