c := min(a,b);
它占用编译器错误:
Error(20,10): PLS-00103: Encountered the symbol “,” when expecting one of the following: . ( ) * @ % & – + / at mod remainder rem || multiset
我知道我们可以在sql中使用聚合函数Min.我不知道是否有类似的功能我可以使用我的pl / sql?