Creating JSON Values
Dive deep into the creation of JSON values in MySQL.
We'll cover the following
Instead of explicitly casting string literals that contain JSON values to JSON
, we can also implicitly create data of the type JSON
by using JSON values in string literals where an expression of the type JSON
is expected:
Get hands-on with 1400+ tech skills courses.