当前位置:网站首页>[postgresql]postgresql custom function returns an instance of table type
[postgresql]postgresql custom function returns an instance of table type
2022-07-03 20:13:00 【just-do-it-zzj】
CREATE OR REPLACE function test_retable(p_id int)
RETURNS table(id int, name VARCHAR2(50))
LANGUAGE PLPGSQL
AS $$
DECLARE
/*
1. Create table
create table test1(c1 int ,c2 varchar2(50));
insert into test1(c1,c2) values(1,'2');
insert into test1(c1,c2) values(2,'2');
insert into test1(c1,c2) values(1,'3');
2. Execute query function
select * from test_retable(1);
*/
TYPE varray_type IS VARRAY(20) OF INT;
v_varray varray_type;
BEGIN
v_varray := varray_type(1, 2, 3, 4, 5);
RETURN QUERY SELECT c1 AS id, c2 AS name FROM test1 WHERE c1 in (
select regexp_split_to_table(array_to_string(v_varray, ','),',')
);
END ; $$
边栏推荐
- February 14-20, 2022 (osgear source code debugging +ue4 video +ogremain source code transcription)
- 2022 - 06 - 30 networker Advanced (XIV) Routing Policy Matching Tool [ACL, IP prefix list] and policy tool [Filter Policy]
- Based on laravel 5.5\5.6\5 X solution to the failure of installing laravel ide helper
- Get log4net log file in C - get log4net log file in C
- Global and Chinese market of two in one notebook computers 2022-2028: Research Report on technology, participants, trends, market size and share
- Basic command of IP address configuration ---ip V4
- 【c】 Digital bomb
- Kubernetes cluster builds efk log collection platform
- Popularize the basics of IP routing
- 2.3 other data types
猜你喜欢
2.6 formula calculation
Teach you how to quickly recover data by deleting recycle bin files by mistake
NFT without IPFs and completely on the chain?
Vscode reports an error according to the go plug-in go get connectex: a connection attempt failed because the connected party did not pro
Bright purple crystal meso tetra (4-aminophenyl) porphyrin tapp/tapppt/tappco/tappcd/tappzn/tapppd/tappcu/tappni/tappfe/tappmn metal complex - supplied by Qiyue
kubernetes集群搭建efk日志收集平台
Test changes in Devops mode -- learning and thinking
Make a simple text logo with DW
AI enhanced safety monitoring project [with detailed code]
JMeter plug-in installation
随机推荐
App compliance
Promethus
Global and Chinese market of full authority digital engine control (FADEC) 2022-2028: Research Report on technology, participants, trends, market size and share
IP address is such an important knowledge that it's useless to listen to a younger student?
2022-06-25 advanced network engineering (XI) IS-IS synchronization process of three tables (neighbor table, routing table, link state database table), LSP, cSNP, psnp, LSP
QT tutorial: signal and slot mechanism
6. Data agent object Defineproperty method
2.1 use of variables
[effective Objective-C] - block and grand central distribution
Sword finger offer 30 Stack containing min function
MPLS configuration
Win10 share you don't have permission
Global and Chinese markets of polyimide tubes for electronics 2022-2028: Research Report on technology, participants, trends, market size and share
2022 Xinjiang latest construction eight members (standard members) simulated examination questions and answers
Basic command of IP address configuration ---ip V4
Point cloud data denoising
What is the difference between a kill process and a close process- What are the differences between kill process and close process?
Micro service knowledge sorting - asynchronous communication technology
Geek Daily: the system of monitoring employees' turnover intention has been deeply convinced off the shelves; The meta universe app of wechat and QQ was actively removed from the shelves; IntelliJ pla
Nacos usage of micro services