"The table type used does not support SPATIAL indexes"
I have this error in MySQL when I run a query that includes the keyword “contains”. How to make the table support "SPATIAL indexes". Request
select * from the table where it is contained (column, "1")
source share