Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
結果ビューを使用して、プロシージャの o/p をプロシージャ内の一時テーブルに割り当てることは可能ですか。これを行う方法を教えてください。ありがとう。
使用できます
INSERT INTO temp_table (SELECT * FROM view_name);