Hi, For example, say, we are querying a field with empty list: select a from `XXX,json`
{
a: []
}
What is the expected result in the sqlline? Which one of the following
should it be?
1. []
2. null
3. no record
Thanks.
Hi, For example, say, we are querying a field with empty list: select a from `XXX,json`
{
a: []
}
What is the expected result in the sqlline? Which one of the following
should it be?
1. []
2. null
3. no record
Thanks.