diff --git a/docs/2022-07-31-sql.html b/docs/2022-07-31-sql.html index 24a8e7b..3e4a5e0 100644 --- a/docs/2022-07-31-sql.html +++ b/docs/2022-07-31-sql.html @@ -105,7 +105,27 @@ everything in there if you want.

I always use MySQL json data type for extra field.

-

JSON data type also used for dumping request, response data.

+

JSON data type is also useful for dumping request, response data.

+ +

+ Use JSON_EXTRACT(col, '$.key') IS NULL to check json field + exist or not. +