i try to execute following statement on my heidisql mariadb db:
UPDATE users SET inventory=JSON_REMOVE(inventory,'$.spray');
it already worked on phpmyadmin on other databases, but not here.
I get the following error:
someone knows about this ? Thanks in Advance :)