摘要:
Learn PL/SQL 1. How to use array(temp array) create table test_caseid (caseid RAW(16), userid NUMBER(9,0), activeflag NUMBER(9,0) DEFAULT 0); declare type array_t is varray(13) of NUMBER; --temp... 阅读全文
posted @ 2013-03-25 14:05
子虚乌有
阅读(190)
评论(0)
推荐(0)