sql_query: 'CREATE OR REPLACE FUNCTION public.exec_sql(sql_query text) RETURNS json LANGUAGE plpgsql SECURITY DEFINER SET search_path = public AS $$ BEGIN EXECUTE sql_query; RETURN json_build_object(\ ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results