A
A
Aljo2021-12-14 20:39:53
SQL
Aljo, 2021-12-14 20:39:53

Why is there an error FUNCTION stq_table.JSON_VALUE does not exist?

Hello!

There is a table, one of the columns of which contains data in json format - the additional column .
I'm trying to display all "userfullname" values.

SELECT JSON_VALUE(additional,'$.userfullname') AS fullname
FROM `stq_user_info`


Unfortunately, I can't find an answer to this error on the Internet. I understand what this function means, but there are a lot of solutions on the stack just with it. Please explain what could be the reason? Or did I somehow write the request incorrectly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aljo, 2021-12-14
@aljo222

I'm dumb. json_extract function

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question