-- tested with MySQL 5.7, MariaDB 10.2 SELECT JSON_EXTRACT(json_format, '$.name') as jname, JSON_EXTRACT(json_format, '$.status') as jstatus FROM history LIMIT 5