当前位置:网站首页>[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 ; $$
边栏推荐
- Strict data sheet of new features of SQLite 3.37.0
- Nacos usage of micro services
- 1.4 learn more about functions
- Ruby replaces gem Alibaba image
- Implementation of stack
- Sword finger offer 30 Stack containing min function
- Rad+xray vulnerability scanning tool
- Gym welcomes the first complete environmental document, which makes it easier to get started with intensive learning!
- Based on laravel 5.5\5.6\5 X solution to the failure of installing laravel ide helper
- Popularize the basics of IP routing
猜你喜欢

Derivation of decision tree theory

The 15 year old interviewer will teach you four unique skills that you must pass the interview

44. Concurrent programming theory

Point cloud data denoising

1.5 learn to find mistakes first

Test changes in Devops mode -- learning and thinking

Battle drag method 1: moderately optimistic, build self-confidence (1)

Explore the internal mechanism of modern browsers (I) (original translation)
![AI enhanced safety monitoring project [with detailed code]](/img/a9/cb93f349229e86cbb05ad196ae9553.jpg)
AI enhanced safety monitoring project [with detailed code]

Wechat applet quick start (including NPM package use and mobx status management)
随机推荐
The 29th day of force deduction (DP topic)
Meso tetra [P - (p-n-carbazole benzylidene imino)] phenylporphyrin (tcipp) /eu (tcipp) [pc( α- 2-oc8h17) 4] and euh (tcipp) [pc (a-2-oc8h17) 4] supplied by Qiyue
4. Data binding
Titles can only be retrieved in PHP via curl - header only retrieval in PHP via curl
unittest框架基本使用
NFT without IPFs and completely on the chain?
Popularize the basics of IP routing
Unittest framework is basically used
原生表格-滚动-合并功能
unittest框架基本使用
11-grom-v2-05-initialization
Commands related to files and directories
2022-06-30 advanced network engineering (XIV) routing strategy - matching tools [ACL, IP prefix list], policy tools [filter policy]
Detailed and not wordy. Share the win10 tutorial of computer reinstallation system
Derivation of decision tree theory
BOC protected tryptophan porphyrin compound (TAPP Trp BOC) Pink Solid 162.8mg supply - Qiyue supply
Global and Chinese markets of cast iron diaphragm valves 2022-2028: Research Report on technology, participants, trends, market size and share
Machine learning support vector machine SVM
How to read the source code [debug and observe the source code]
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