#sql { CALL UpdateSalary }; 函數(shù):<0} {0>to call the GetName() function using the VALUES Operator: <}0{>使用VALUES操作符調(diào)用GetName()函數(shù)∶<0} {0>String name; <}0{>String name;<0} #sql { name = { VALUES GetName() }; or by using the SET operator: String name; #sql { SET :name = GetName() }; {0>Anonymous PL/SQL blocks: <}0{>匿名的PL/SQL程序塊∶<0} #sql { [DECLARE ...] BEGIN ... END; };