存储过程select into 列表中的表达式类型错误

createorreplaceprocedurexxx1istypetest_typeistableoftest1%rowtypeindexbybinary_intege... create or replace procedure xxx1 is
type test_type is table of test1%rowtype index by binary_integer;
test_v test_type ;
begin
select id into test_v from test_v from test1;----这行报into列表中的表达式‘test_v’类型错误
end xxx1;

test1表只有一个字段id number类型
select id into test_v from test1;----这行报into列表中的表达式‘test_v’类型错误
展开
 我来答
twvampire
2015-08-06 · TA获得超过3620个赞
知道大有可为答主
回答量:3029
采纳率:76%
帮助的人:2983万
展开全部
为什么有2个from

select id into test_v from test1;----
是要这样吧
更多追问追答
追问
select id into test_v  from test1;写错了 这样报哪个错
追答
你可以试下吧test_v换成test_p试下,看行不行,如果可以,就是你上面定义的test_v的问题的
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式