会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
whitecf
随笔分类 -
oracle开发
PLSQL的TABEL数据类型总结(转)未完
2015-03-27 14:12 by whitecf, 384 阅读,
收藏
,
摘要: PL/SQL表 table()函数用法:利用table()函数,我们可以将PL/SQL返回的结果集代替table。simple example:1、table()结合数组:create or replace type t_test as object(id integer,rq date,mc va
阅读全文
0 Comment
About