Calling a UDF with DELETE
Go Up to Calling a UDF
In DELETE
statements, a UDF can be used in a WHERE
clause search condition:
DELETE FROM COUNTRIES WHERE ABS (POPULATION - 100000) < 50000;
Go Up to Calling a UDF
In DELETE
statements, a UDF can be used in a WHERE
clause search condition:
DELETE FROM COUNTRIES WHERE ABS (POPULATION - 100000) < 50000;