數組
類型<一個class="headerlink" href="//www.eheci.com/docs/sql/language-manual/data-types/#array-type" title="">
適用於:磚的SQL磚運行時
表示由類型的元素序列組成的值應用的
.
語法<一個class="headerlink" href="//www.eheci.com/docs/sql/language-manual/data-types/#syntax" title="">
數組<應用的>
應用的
:定義數組元素類型的任何數據類型。
限製<一個class="headerlink" href="//www.eheci.com/docs/sql/language-manual/data-types/#limits" title="">
數組類型支持大於或等於0的任意長度的序列。
文字<一個class="headerlink" href="//www.eheci.com/docs/sql/language-manual/data-types/#literals" title="">
看到<一個class="reference internal" href="//www.eheci.com/docs/sql/language-manual/functions/array.html">數組函數有關如何生成字麵值數組值的詳細信息。
看到<一個class="reference internal" href="//www.eheci.com/docs/sql/language-manual/functions/bracketsign.html">[]運算符有關如何從數組中檢索元素的詳細信息。
例子<一個class="headerlink" href="//www.eheci.com/docs/sql/language-manual/data-types/#examples" title="">
>選擇數組(1,2,3.);[1,2,3.]>選擇投(數組(1,2,3.)作為數組<非常小的整數>);[1,2,3.]>選擇typeof(數組());數組<零>>選擇投(數組(數組(1,2),數組(3.,4))作為數組<數組<長整型數字>>);[[1,2),[3.,4]]>選擇一個[1]從值(數組(3.,4))作為T(一個);4