list.sql 103 B

123
  1. /* syntax version 1 */
  2. declare $x as List<String?>;
  3. select ListLength($x), $x[0], $x[1], $x[2], $x[3];