13 lines
568 B
JSON
13 lines
568 B
JSON
{
|
|
"query": "SELECT 1 FROM trc20_purchases LIMIT 0; SELECT evmAddress FROM trc20_purchases LIMIT 1;",
|
|
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway03.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 3Bq4cgN2KNKQqNu.8160cd2033e0 --database Ngki3MumDNGduV3xJt3mga --execute SELECT 1 FROM trc20_purchases LIMIT 0; SELECT evmAddress FROM trc20_purchases LIMIT 1;",
|
|
"rows": [
|
|
{
|
|
"evmAddress": "NULL"
|
|
}
|
|
],
|
|
"messages": [],
|
|
"stdout": "evmAddress\nNULL\n",
|
|
"stderr": "",
|
|
"execution_time_ms": 1778
|
|
} |