Files
doris/regression-test/data/load/insert/test_array_string_insert.out
amory ea41d94582 [Improve](complex-type) Support Count(complexType) (#17868)
Support count function for ARRAY/MAP/STRUCT type
2023-03-30 15:43:32 +08:00

11 lines
245 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !select --
4 ['12345', '123'] ['4'] \N
5 \N [NULL, '4'] \N
6 \N ['4'] [[123], [222]]
7 \N ['4'] [[12345, NULL], [222]]
-- !select_count --
1 4 2