Answers for "how to see function in redshift"

0

how to see function in redshift

select * from pg_proc where proname ilike '%<function_name>%'
Posted by: Guest on May-04-2020

Code answers related to "how to see function in redshift"

Browse Popular Code Answers by Language