15 lines
624 B
JSON
15 lines
624 B
JSON
{
|
|
"query": "SELECT id, nom, formateurId FROM sequences WHERE nom = 'Test Formateur 2'",
|
|
"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, nom, formateurId FROM sequences WHERE nom = 'Test Formateur 2'",
|
|
"rows": [
|
|
{
|
|
"id": "150002",
|
|
"nom": "Test Formateur 2",
|
|
"formateurId": "NULL"
|
|
}
|
|
],
|
|
"messages": [],
|
|
"stdout": "id\tnom\tformateurId\n150002\tTest Formateur 2\tNULL\n",
|
|
"stderr": "",
|
|
"execution_time_ms": 52
|
|
} |