28 lines
No EOL
1.2 KiB
JSON
28 lines
No EOL
1.2 KiB
JSON
{
|
|
"query": "SELECT id, name, email, role, isActive, createdAt, lastSignedIn FROM users ORDER BY createdAt;",
|
|
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway03.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 2fRWrTVEDLYRs9G.c8049d3e27ba --database EAGCgSPXcL4ryFq9XLBKvW --execute SELECT id, name, email, role, isActive, createdAt, lastSignedIn FROM users ORDER BY createdAt;",
|
|
"rows": [
|
|
{
|
|
"id": "1",
|
|
"name": "Selecta Keke",
|
|
"email": "selectakeke973@gmail.com",
|
|
"role": "admin",
|
|
"isActive": "1",
|
|
"createdAt": "2026-01-30 21:56:11",
|
|
"lastSignedIn": "2026-01-31 00:03:40"
|
|
},
|
|
{
|
|
"id": "90004",
|
|
"name": "William",
|
|
"email": "william.meri@gmail.com",
|
|
"role": "user",
|
|
"isActive": "1",
|
|
"createdAt": "2026-01-30 23:26:14",
|
|
"lastSignedIn": "2026-01-31 00:08:06"
|
|
}
|
|
],
|
|
"messages": [],
|
|
"stdout": "id\tname\temail\trole\tisActive\tcreatedAt\tlastSignedIn\n1\tSelecta Keke\tselectakeke973@gmail.com\tadmin\t1\t2026-01-30 21:56:11\t2026-01-31 00:03:40\n90004\tWilliam\twilliam.meri@gmail.com\tuser\t1\t2026-01-30 23:26:14\t2026-01-31 00:08:06\n",
|
|
"stderr": "",
|
|
"execution_time_ms": 214
|
|
} |