ftisiot ideas about food and life
who talks suggestions json-pg json-mysql

mysql

Jul 21, 2023

How to extract an item from an array in a JSON object in MySQL

To extract an item from an array in MySQL you need to use the -> operator and the [item_number] JSON Path Syntax.

Continue Reading

Jul 21, 2023

How to extract a field from a JSON object in MySQL

MySQL® offers three ways to extract fields from a JSON object:

  • the -> operator to extract the field as JSON
  • the ->> operator to extract the field as text
  • the JSON_EXTRACT function

Both operators use the JSON Path Syntax

Continue Reading

Jul 21, 2023

How to load JSON data in MySQL?

To load JSON data into a MySQL column you need to include it as string.

Continue Reading

Jul 21, 2023

How to JSON in MySQL

This series covers how to solve common problems on JSON datasets with MySQL and it includes (links will appear once the target pages are up):

Continue Reading


Francesco Tisiot

Mastodon Francesco comes from Verona, Italy 🇮🇹 and works as a Staff Developer Advocate at Aiven. With his many years of experience as a data analyst, he has stories to tell and advice for data-wranglers everywhere. Francesco loves sharing knowledge with others as a speaker and writer, and is on a mission to defend the world from bad Italian food!!

  • ««
  • «
  • 1
  • 2
  • »
  • »»

Story logo

© 2024