{ "query": "SELECT openId, COUNT(*) as count FROM users GROUP BY openId HAVING COUNT(*) > 1 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 openId, COUNT(*) as count FROM users GROUP BY openId HAVING COUNT(*) > 1 LIMIT 10", "rows": [ { "openId": "", "count": "3" }, { "openId": "PdkqbRJkpFYtceh4p8f3Wh", "count": "342" } ], "messages": [], "stdout": "openId\tcount\n\t3\nPdkqbRJkpFYtceh4p8f3Wh\t342\n", "stderr": "", "execution_time_ms": 48 }