Hallo,

schau doch mal ins Handbuch. Da steht folgendes:

 CONTAINS SQL: The function does not execute SQL statements that read or modify data.
 NO SQL: The function does not execute SQL statements.
 READS SQL DATA: The function does not execute SQL statements that modify data.
 MODIFIES SQL DATA: The function can execute any SQL statement except those
statements that are not supported in any function.

Normalerweise müsste also immer jedes SQL-Statement ausgeführt werden können, wenn Du "MODIFIES SQL DATA" angibst. Ist halt die Frage, ob das auch wirklich so gewünscht ist.

Gruß,
KM