Mysql – I want to separate the JSON from different columns of my database into new columns using a CTE, but I always get the same error
From DBeaver Community, I access my database and create a new SQL query. I write the corresponding code for the CTE I want to create, but it constantly shows a syntax error. I've tried everything, but I can't find the…