在MySQL中,有没有一种sql方法来计算多行字符串字段中的行串数量?ST_Numpoints(multilinestring_field)返回null。
发布于 2021-03-10 07:14:58
我认为答案是使用ST_NumGeometries - https://dev.mysql.com/doc/refman/8.0/en/gis-geometrycollection-property-functions.html#function_st-numgeometries
https://stackoverflow.com/questions/66556062
相似问题