摘要:
一、Oracle数据新建测试表、操作记录表和触发器1、新建test和test_log表create table test( name varchar2(5) primary key, password varchar2(5) not null)create table test_log( t_o... 阅读全文
posted @ 2015-04-08 15:45
彭驰
阅读(173)
评论(0)
推荐(0)
|
摘要:
一、Oracle数据新建测试表、操作记录表和触发器1、新建test和test_log表create table test( name varchar2(5) primary key, password varchar2(5) not null)create table test_log( t_o... 阅读全文
posted @ 2015-04-08 15:45
彭驰
阅读(173)
评论(0)
推荐(0)
摘要:
一、Oracle数据新建测试表和存储过程 1、新建test表create table test( name varchar2(5) primary key, password varchar2(5) not null) 2、新建带参数的存储过程pro_add_test用来向test表... 阅读全文
posted @ 2015-04-08 15:01
彭驰
阅读(218)
评论(0)
推荐(0)
|