我在mysql中创建了一个CURSOR(版本是5.0.96-community ),但是我的变量声明警告我错误。
即使我将其剪下来并且只剩下一个句子,但它仍然显示错误。
答案 0 :(得分:0)
请尝试这样,
delimiter $$
create procedure curdemo()
begin
declare a char(16);
end ;
答案 1 :(得分:0)
声明值,如 [ INT 或 Longtext and text ]
DECLARE i INT UNSIGNED DEFAULT 0;
DECLARE v_current_item LONGTEXT DEFAULT NULL;
DECLARE v_emp_json TEXT DEFAULT NULL;
<块引用>
<块引用>
<块引用>
<块引用>
<块引用>
<块引用>
<块引用>
<块引用>
Decalre 值