why use anonymous block when calling stored procedure?# Database - 数据库
h*s
1 楼
in php/perl/etc, connect to Oracle Database
why need to enclose it in an anonymous block like this?
BEGIN
//call procedure
END;
why need to enclose it in an anonymous block like this?
BEGIN
//call procedure
END;