存储过程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’类型错误 展开
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’类型错误 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询