On 5/28/19 7:36 AM, RAJIN RAJ K wrote:
--> Function ' filter_id ' filters the ID's based on some conditions.
--> Input is set of ID's. (Not directly taking the input since there is
no provision to pass multiple rows to a function)
To be honest I cannot follow what you are trying to achieve bel
--> Function ' filter_id ' filters the ID's based on some conditions.
--> Input is set of ID's. (Not directly taking the input since there is no
provision to pass multiple rows to a function)
create function filter_id()
return table (id bigint)
begin
--> Assuming input table is already created #t