PostgreSQL allows you to extend the database functionality with user-defined functions by ... CREATE FUNCTION sum_n_product(IN x int,IN y int, OUT sum int, ...
確定! 回上一頁