18 lines
785 B
JSON
18 lines
785 B
JSON
{
|
|
"query": "SELECT id, nom, timing, joursAvant, heureEnvoi, actif FROM rappels WHERE nom = 'J+2' OR timing = 'J+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, timing, joursAvant, heureEnvoi, actif FROM rappels WHERE nom = 'J+2' OR timing = 'J+2';",
|
|
"rows": [
|
|
{
|
|
"id": "30001",
|
|
"nom": "J+2",
|
|
"timing": "post_formation",
|
|
"joursAvant": "2",
|
|
"heureEnvoi": "09:00",
|
|
"actif": "1"
|
|
}
|
|
],
|
|
"messages": [],
|
|
"stdout": "id\tnom\ttiming\tjoursAvant\theureEnvoi\tactif\n30001\tJ+2\tpost_formation\t2\t09:00\t1\n",
|
|
"stderr": "",
|
|
"execution_time_ms": 233
|
|
} |