关于LEAST

DECLARE
  a NUMBER;
BEGIN

  a := least(1
            ,2
            ,3);
  dbms_output.put_line(a);
END;

请使用浏览器的分享功能分享到微信等