- 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.
推薦閱讀
- 電氣自動化專業(yè)英語(第3版)
- 集成架構中型系統(tǒng)
- Natural Language Processing Fundamentals
- Dreamweaver CS3網(wǎng)頁設計50例
- 離散事件系統(tǒng)建模與仿真
- Mastering Salesforce CRM Administration
- Visual C# 2008開發(fā)技術實例詳解
- 可編程控制器技術應用(西門子S7系列)
- OpenStack Cloud Computing Cookbook(Second Edition)
- 基于32位ColdFire構建嵌入式系統(tǒng)
- TensorFlow Reinforcement Learning Quick Start Guide
- 運動控制系統(tǒng)(第2版)
- 菜鳥起飛電腦組裝·維護與故障排查
- PHP求職寶典
- 案例解說虛擬儀器典型控制應用