在MariaDB 10.3中,支持游標參數,該參數可以傳遞到select_statement中: DECLARE cursor_name CURSOR(param1 data_type,param2 data_type2...) FOR select_statement;.
確定! 回上一頁