mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-29 01:43:18 +08:00
* feat: upgrade client-go version to v0.29.0 * feat: upgrade coredns version * chore: update README.md
19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"input": "SELECT data #- '{tags,0}' AS tags_without_first FROM products;",
|
|
"outputs": [
|
|
{
|
|
"expected": "SELECT data #- ? FROM products",
|
|
"statement_metadata": {
|
|
"size": 14,
|
|
"tables": [
|
|
"products"
|
|
],
|
|
"commands": [
|
|
"SELECT"
|
|
],
|
|
"comments": [],
|
|
"procedures": []
|
|
}
|
|
}
|
|
]
|
|
} |