This my select p/l sql. this_select_count
is a row count returned by the select. and my_fucntion
is p/l sql function for get some value
How can i count my select result and pass that count value in to the my_function
as pram.
SELECT
t.NAME,
my_function(this_select_count) my_value,
t.ID
FROM view t