REM SQL from the KISS (Keep It Simply SQL) Analytic video series by Developer Advocate Connor McDonald. This script is for deriving the nth_value from within a window ...
GRANT EXECUTE ON FUNCTION public.get_user_count() TO authenticated; GRANT EXECUTE ON FUNCTION public.get_user_count() TO anon; ...