January 2018
Intermediate to advanced
446 pages
12h 57m
English
Some of the other functions are as follows:
mysql> SELECT JSON_KEYS(details) FROM emp_details WHERE emp_no = 1;*************************** 1. row ***************************JSON_KEYS(details): ["email", "phone", "address", "nickname", "locatation"]
mysql> SELECT JSON_LENGTH(details) FROM emp_details WHERE emp_no = 1;*************************** 1. row ***************************JSON_LENGTH(details): 5
Read now
Unlock full access