返回首页

gbase数据、南大通用产品文档:GBase8s

更新日期:2024年09月11日

op type count avg. time
seeks 0 N/A
reads 22 0.0063
writes 6 0.0038
kaio_reads 0 N/A
kaio_writes 0 N/A

6 sbs2.chunk 43008 21 24576 12

DECLARE
done BOOLEAN;
BEGIN
FOR i IN 1..50 LOOP
IF done THEN
GOTO end_loop;
END IF;
<>
END LOOP;
END;

--Result:
--END LOOP;
--*
--ERROR at line 9:
--ORA-06550: line 9, column 3:
--PLS-00103: Encountered the symbol "END" when expecting one of the following:
--( begin case declare exit for goto if loop mod null raise
--return select update while with
-- <<
--continue close current delete fetch lock insert open rollback
--savepoint set sql run commit forall merge pipe purge

gbase_field_tell ............................ 17