- Functions called from a SELECT statement cannot contain DML statements

 - Functions called from an UPDATE or DELETE statement on a table T cannot query

     or contain DML on the same table T

 - Functions called from SQL statements cannot end transactions 

     (that is,cannot execute COMMIT or ROLLBACK operations)


+ Recent posts