Oracle/PL/SQL
15일차 # 2-12
Bohemian life
2012. 4. 24. 22:08
- 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)