mysql圖形查詢操作 點找面及面找點

SET @x = 121; SET @y = 30; -- SET @point = CONCAT('POINT(',@x,' ',@y,')'); set @point= Point(@x,@y); set @geometry=ST_GeomFromText('POLYGON((121 30, 121 30, ..., 121 30, 121 30))'); SELECT ST_Contains
相關文章
相關標籤/搜索