update K_User set HistoryPoint = GeomFromText ( ‘POINT(114.72341111111112 23.289836111111114)‘ );
select ST_AsText(HistoryPoint) FROM K_User where id = 405;
mysql中point类型数据的操作
原文:https://www.cnblogs.com/paopaolx/p/15078905.html