Find Long/Lat inside of polygon with MySQL 5.6
I have a locations
table that has many rows of locations and data. There are 2 columns inside of that – Longitude and Latitude. I want to find records from that table that are found in a defined map polygon area.