Constructs a multi-linestring from a list of linestring values.
All of the supplied linestring values must have the same SRID, and
the multi-linestring is constructed with this common SRID.
All of the supplied linestring values must have the same answer for Is3D and IsMeasured.
The multi-linestring is 3D if all of the linestring values are 3D,
and the multi-linestring is measured if all of the linestring values are measured.
Note
By default, ST_MultiLineString uses the original format for a geometry, if it is available. Otherwise, the internal format
is used. For more information about internal and original formats, see STORAGE FORMAT clause, CREATE SPATIAL REFERENCE SYSTEM statement.