Home
PostgreSQL
Aggregate Functions
Analytical Functions
Array
Constraints
Cursor
Data Type
Database
Date Timezone
Index
Inheritance
Insert Delete Update
Math Functions
Postgre SQL
Select Query
Sequence
Store Procedure Function
String Functions
Subquery
Table
Table Joins
Transaction
User Previliege
View
Function Return « Store Procedure Function « PostgreSQL
PostgreSQL
Store Procedure Function
Function Return
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