I've got a table that contains a POINT column. I was wondering whether it is possible to insert a point using the Inserts tab in MySQL Workbench. I've tried a number of different combinations to no avail:
1 1
1,1
(1 1)
(1,1)
POINT(1 1)
POINT(1,1)
GeomFromText('POINT(1 1)')
Any ideas?