delimiter $$ CREATE PROCEDURE `proc_test`() BEGIN DECLARE rec ROW TYPE OF c_data; DECLARE c_data CURSOR FOR SELECT * FROM agents; END$$.
確定! 回上一頁