Calling a UDF with DELETE

From InterBase
Jump to: navigation, search

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;