Function Return « Store Procedure Function « PostgreSQL






1.Define function to add two parameters together
2.Return entire row
3.Using the result set returned from the function
4.Returning a concatenated string
5.Return 'double' from function
6.A SQL function that returns a book title based on the ID number passed to the function
7.Return a table from a function