I see the MySQL Reference Manual about JSON Type, when get the element value of the JSON, some use ->>"$.mascot"
, some use c->>'$.name'
, which one is better, double quote or single quote ?
I mean the JSON Type as of MySQL 5.7.8, so maybe it's not duplicate of the question 5 years ago.