type table_t id table of s_emp%rowtype index by binary_integ
来源:学生作业帮 编辑:神马作文网作业帮 分类:英语作业 时间:2024/11/16 10:59:54
type table_t id table of s_emp%rowtype index by binary_integer; var_temp table_t;什么意思?
declare
type table_t id table of s_emp%rowtype index by binary_integer;
var_temp table_t;
begin
select * into var_temp(1) from s_emp where id =1;
select * into var_temp(2) from s_emp where id =2;
select * into var_temp(30) from s_emp where id =3;
for a in 1..3 loop
dbms_output.put_line(var_temp(a).id||':'||var_temp(a).last_name);
end loop;
end;
declare
type table_t id table of s_emp%rowtype index by binary_integer;
var_temp table_t;
begin
select * into var_temp(1) from s_emp where id =1;
select * into var_temp(2) from s_emp where id =2;
select * into var_temp(30) from s_emp where id =3;
for a in 1..3 loop
dbms_output.put_line(var_temp(a).id||':'||var_temp(a).last_name);
end loop;
end;
1.DECLARE 说明以下你要声明的部分
2.Type 声明是类型 table_t 类型的名字
3.IS TABLE OF 指定是一个集合的表的数组类型,简单的来说就是一个可以存储一列多行的数据类型 ,my_emp 指出在哪个表上( 存在的表 ) %ROWTYPE 指在表上的行的数据类型.
4.INDEX BY BINARY_INTEGER 指索引组织类型
5.var_temp 定义一个变量来存储集合数据类型
再问: IS TABLE OF 指定是一个集合的表的数组类型, 简单的来说就是一个可以存储一列多行的数据类型。请问有没有存储多列多行的数据类型? INDEX BY BINARY_INTEGER 指索引组织类型,不理解啊 记的老师说这个与二进制有关系 dbms_output.put_line(var_temp(a).id||':'||var_temp(a).last_name); 这个显示的是上面三条数据的?
再答: 是的,你可以把它当成一个表,因为它也有行和列,也可以当面一个多维数组!
2.Type 声明是类型 table_t 类型的名字
3.IS TABLE OF 指定是一个集合的表的数组类型,简单的来说就是一个可以存储一列多行的数据类型 ,my_emp 指出在哪个表上( 存在的表 ) %ROWTYPE 指在表上的行的数据类型.
4.INDEX BY BINARY_INTEGER 指索引组织类型
5.var_temp 定义一个变量来存储集合数据类型
再问: IS TABLE OF 指定是一个集合的表的数组类型, 简单的来说就是一个可以存储一列多行的数据类型。请问有没有存储多列多行的数据类型? INDEX BY BINARY_INTEGER 指索引组织类型,不理解啊 记的老师说这个与二进制有关系 dbms_output.put_line(var_temp(a).id||':'||var_temp(a).last_name); 这个显示的是上面三条数据的?
再答: 是的,你可以把它当成一个表,因为它也有行和列,也可以当面一个多维数组!
type table_t id table of s_emp%rowtype index by binary_integ
ABAP开发中 TYPE TABLE OF
sql = "Select * from product_series order by index desc,id a
i put one apple of each type on the table,为什么是of each type?应
英语翻译vary by the type of tagthat is scanned
like standard table of和type standard table of有什么区别.下面的程序用前面就
有谁能帮我翻译一下!argument 1 must be of type table
which type of behavior is not expected of a man by society
classify each of the response by type of data and level meas
the pigmentation of a pearls is influenced by the type of oy
string index out of range
index out of data是什么意思