DEV Community

Query Filter
Query Filter

Posted on

show

SELECT type, LPAD(line, 4, ' ') || ' | ' || text AS source_line
FROM user_source
WHERE name = 'YOUR_PROC_NAME'
ORDER BY type, line;

Top comments (0)