码迷,mamicode.com
首页 >  
搜索关键字:eno    ( 44个结果
oracle修改表、增加列、删除列、修改列
1.增加列 ALTER TABLE table_name ADD( column datatype [DEFAULT EXPR][,column datatype...]); 例如: SQL>ALTER TABLE emp01 ADD eno NUMBER(4);   2.修改列定义 例如: SQL>ALTER TABLE emp01 MODIFY job VARCHAR2(15) ...
分类:数据库   时间:2015-05-10 17:18:55    阅读次数:165
oracle从零开始学习笔记 三
笔试题设有关系EMP(ENO,ENAME,SALARY,DNO)其中各属性的含义依次为职工号、姓名、工资、所在部门号, 以及关系DEPT(DNO,DNAME,MANAGER)其中各含义依次为部门号、部门名称、部门经理的职工号1.请通过SQL语句创建表EMP、DEPT。create table emp...
分类:数据库   时间:2015-03-19 21:47:36    阅读次数:322
oracle任务计划debug
crontab -eno crontab for root - using an empty onecrontab: installing new crontab"/tmp/crontab.JkmAak":1: bad minuteerrors in crontab file, can't inst...
分类:数据库   时间:2015-02-04 12:26:15    阅读次数:287
A trip through the Graphics Pipeline 2011_13 Compute Shaders, UAV, atomic, structured buffer
Welcome back to what’s going to be the last “official” part of this series – I’ll do more GPU-related posts in the future, but this series is long eno...
分类:其他好文   时间:2014-08-05 02:56:18    阅读次数:427
44条   上一页 1 ... 3 4 5
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!