The following examples show valid use of UDT expressions in a DELETE statement:
DELETE FROM test_table WHERE circle_udt < NEW circle('1,1,9'); DELETE FROM test_table1, test_table2 WHERE test_table1.mycirc = test_table2.mycirc;
The following examples show valid use of UDT expressions in a DELETE statement:
DELETE FROM test_table WHERE circle_udt < NEW circle('1,1,9'); DELETE FROM test_table1, test_table2 WHERE test_table1.mycirc = test_table2.mycirc;