mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
9 lines
364 B
Plaintext
9 lines
364 B
Plaintext
{1:'Test'} [(1,'Test')] [(1,'Test')]
|
|
{1:'1234'} [(1,1234)] [(1,1234)]
|
|
{1:[1,2,3]} [(1,['1','2','3'])] [(1,['1','2','3'])]
|
|
{1:['1','2','3']} [(1,[1,2,3])] [(1,[1,2,3])]
|
|
{1:{1:'1234'}} [(1,{1:'1234'})] [(1,{1:'1234'})]
|
|
{1:{1:'1234'}} [(1,{1:1234})] [(1,{1:1234})]
|
|
{1:{1:'1234'}} [(1,[(1,'1234')])] [(1,[(1,'1234')])]
|
|
{1:{1:'1234'}} [(1,[(1,1234)])] [(1,[(1,1234)])]
|