Returning Multiple Table Views in SQL Stored Procedures Using Refcursors in PostgreSQL
Feb 26, 2025 · 2 min read · In traditional SQL-based systems like MySQL or SQL Server, stored procedures can return multiple table views in a single call. However, PostgreSQL does not support returning multiple result sets directly in the same way. Instead, PostgreSQL provides ...
Join discussion















