【发布时间】:2010-12-15 11:03:45
【问题描述】:
我会在一段时间内尝试选择我的存储过程
例如
while ( select * from t where t.c = 1 into test_t )
{
var_t_e = test_t.c;
}
我希望我能在这里得到帮助。 :)
【问题讨论】:
-
尝试将其表述为问题;)
标签: mysql stored-procedures select while-loop
我会在一段时间内尝试选择我的存储过程
while ( select * from t where t.c = 1 into test_t )
{
var_t_e = test_t.c;
}
我希望我能在这里得到帮助。 :)
【问题讨论】:
标签: mysql stored-procedures select while-loop