Returns an MBR value.
Argument … |
Specifies … |
xmin |
a FLOAT value for the lower left X coordinate of the MBR. |
ymin |
a FLOAT value for the lower left Y coordinate of the MBR. |
xmax |
a FLOAT value for the upper right X coordinate of the MBR. |
ymax |
a FLOAT value for the upper right Y coordinate of the MBR. |
INSERT INTO sample_MBRs VALUES (0, NEW MBR(5, 5, 10, 10) );