oracle - Create a temp table in PL/SQL - Stack Overflow

oracle - Create a temp table in PL/SQL - Stack Overflow

瀏覽:594
日期:2025-09-28
Oracle doesn't have the facility to casually create temporary tables in the same way as SQL Server. You have to create the table explicitly in the database schema (create global tempory table). This also means that you need permissions that allow you to c...看更多