11 lines
245 B
Plaintext
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
|
|
|