Removed: JSON_APPEND() - Synonym for JSON_ARRAY_APPEND()

Q

What's the difference between JSON_APPEND() and JSON_ARRAY_APPEND() functions?

✍: FYIcenter.com

A

JSON_APPEND(json, path1, val1, path2, val2, ...) is a synonym for the JSON_ARRAY_APPEND(json, path1, val1, path2, val2, ...) function.

Note that JSON_APPEND() is no longer supported. It was:

  Introduced before MySQL 5.7.
  Removed in MySQL 8.0.

Related MySQL functions:

 

Removed: PASSWORD() - Generating Password Hash

Removed: ENCRYPT() - Unix crypt() Hash Algorithm

Removed MySQL Functions

⇑⇑ MySQL Function References

2023-12-14, 243🔥, 0💬