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.
一時テーブルを作成した mysql ストア プロシージャを作成しました。一時テーブルからすべてのデータを取得したいのですが、どうすればよいですか?助けてください。
Call your_sp_name; /* so data could insert into temp table*/ SELECT * FROM temp_table_name;