- PostgreSQL 11 Server Side Programming Quick Start Guide
- Luca Ferrari
- 106字
- 2021-06-10 19:23:06
Return Types
A function can return a value that can be a scalar value (either a single value, such as an integer, or a tuple-like complex type) or a results set (such as all the tuples from a table). The return type of a function is specified by the RETURNS keyword, followed by the type of the return value. If the return type is a result set, the RETURNS SETOF keyword must be used before the tuple type. If a function does not return any value at all, the void special placeholder must be used as the returned type.
推薦閱讀
- 亮劍.NET:.NET深入體驗與實戰精要
- 面向STEM的mBlock智能機器人創新課程
- LabVIEW虛擬儀器從入門到測控應用130例
- Excel 2007函數與公式自學寶典
- Getting Started with Containerization
- Data Wrangling with Python
- 水晶石精粹:3ds max & ZBrush三維數字靜幀藝術
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- 工業機器人安裝與調試
- Mastering GitLab 12
- MATLAB-Simulink系統仿真超級學習手冊
- 重估:人工智能與賦能社會
- 3ds Max造型表現藝術
- Hands-On Deep Learning with Go
- 設計模式