The example shows how to use COLLECT STATISTICS with portions of a JSON instance specified in a JSON Entity Reference.
COLLECT STATISTICS COLUMN j.name AS name_stats ON json_table;
COLLECT STATISTICS COLUMN j.name AS name_stats ON json_table;