Overview
TheJSON_ARRAY_LENGTH()
function returns the length of a specified JSON array.
Syntax
This function has the following basic syntax.arrayval
. It represents the JSON array which we will count the length.
JSON_ARRAY_LENGTH()
function returns the length of a specified JSON array.
arrayval
. It represents the JSON array which we will count the length.