25 lines
806 B
JSON
25 lines
806 B
JSON
{
|
|
"query": "SELECT id, email, openId FROM users LIMIT 10",
|
|
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.root --database 7PAT67UmWoxv8vwp8Bbcv6 --execute SELECT id, email, openId FROM users LIMIT 10",
|
|
"rows": [
|
|
{
|
|
"id": "1110110",
|
|
"email": "opareige@gmail.com",
|
|
"openId": ""
|
|
},
|
|
{
|
|
"id": "2010001",
|
|
"email": "o.pareige@itinova.org",
|
|
"openId": ""
|
|
},
|
|
{
|
|
"id": "2040001",
|
|
"email": "test@itinova.org",
|
|
"openId": ""
|
|
}
|
|
],
|
|
"messages": [],
|
|
"stdout": "id\temail\topenId\n1110110\topareige@gmail.com\t\n2010001\to.pareige@itinova.org\t\n2040001\ttest@itinova.org\t\n",
|
|
"stderr": "",
|
|
"execution_time_ms": 95
|
|
} |