mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 10:24:14 +03:00
Merging the following features from sql_yacc.yy to sql_yacc_ora.yy: - system versioning - column compression - table value constructor - spatial predicate WITHIN - DELETE_DOMAIN_ID
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
SELECT WITHIN(POINT(1,1), POINT(1,1));
|
|
WITHIN(POINT(1,1), POINT(1,1))
|
|
1
|
|
SELECT WITHIN(POINT(1,1), POINT(0,0));
|
|
WITHIN(POINT(1,1), POINT(0,0))
|
|
0
|