如何在mysql中声明变量以及如何创建CURSOR

时间:2015-04-14 04:48:50

标签: mysql cursor declare

我在mysql中创建了一个CURSOR(版本是5.0.96-community ),但是我的变量声明警告我错误。

即使我将其剪下来并且只剩下一个句子,但它仍然显示错误。

enter image description here

2 个答案:

答案 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 值