This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-15. For the latest, interactive version please visit https://mariadb.com/kb/.

ST_WITHIN

Sintassi

ST_WITHIN(g1,g2)

Spiegazione

MariaDB starting with 5.3.3

ST_WITHIN() è stata introdotta in MariaDB 5.3.3

Restituisce 1 o 0 per indicare se la geometria g1 si trova spazialmente dentro la geometria g2.

Questa funzione è complementare a ST_CONTAINS().

ST_WITHIN() usa le forme degli oggetti, mentre WITHIN(), basata sull'implementazione originale di MySQL, usa i rettangoli esterni.

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.