Hi Alberto,I think this should help.SELECT id, json.filter(json_data, '$.data.time') AS time,json.filter(json_data, '$.data.others') AS others,FROM tbljson;Regards,Brian Hood