上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 49 下一页
摘要: select 列 where 行 join 连接 运算符优先级 ()优先级最高 算术运算符: + / 逻辑运算符: not,and,all 比较运算符 单行比较:=, , =, 多行比较: any, all,<any,<all,in,not in 模糊比较:like (配合'%'和'_') 特殊比较 阅读全文
posted @ 2020-03-25 05:45 LeoShi2020 阅读(428) 评论(0) 推荐(0) 编辑
摘要: END 阅读全文
posted @ 2020-03-24 21:57 LeoShi2020 阅读(307) 评论(0) 推荐(1) 编辑
摘要: display license device-id display device manuinfo END 阅读全文
posted @ 2020-03-24 15:34 LeoShi2020 阅读(4932) 评论(0) 推荐(0) 编辑
摘要: 隐性类型转换 Oracle自动完成类型转换 显性强制转换(建议使用强制转换) to_char to_date to_number END 阅读全文
posted @ 2020-03-24 11:47 LeoShi2020 阅读(4631) 评论(0) 推荐(0) 编辑
摘要: 四种基本类型 字符型 数值型 日期型 大对象型 字符型 char 固定字符最长2000 varchar2 可变长字符,最长4000个 nchar/nvarchar2 国家字符集 raw 2进制最大2G LONG 可变长字符串 最长2G 数值型 number(p,s) 内部精度可达38位 int 整数 阅读全文
posted @ 2020-03-23 23:27 LeoShi2020 阅读(171) 评论(0) 推荐(0) 编辑
摘要: decode 相当于 if判断(简单应用) Oracle私有 case条件判断 通用SQL distinc(去重) chr(ASCII转字符)ascii(字符转ascii) sys_context 获取环境上下文函数 END 阅读全文
posted @ 2020-03-23 20:26 LeoShi2020 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 日期在Oracle里面是以数字形式存储的,所以可以进行加减运算,计算单位是天。 缺省格式: DD MON RR 修改本用户的环境变量即可 退出整个shell再连接 时间计算 END 阅读全文
posted @ 2020-03-23 19:27 LeoShi2020 阅读(1633) 评论(0) 推荐(0) 编辑
摘要: 小数四舍五入(round) 小数不四舍五入(trunc) 余数(mod) END 阅读全文
posted @ 2020-03-23 14:20 LeoShi2020 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 单行函数每行处理一个值 多行函数,多行聚合一个值 |函数名称|作用| | | | |lower|小写| |upper|大写| |initcap|首字母大写| |concat('Hello','Oracle')|字符串拼接(只能拼接2个字符串)| |substr('String',1,3)|str从第 阅读全文
posted @ 2020-03-23 14:12 LeoShi2020 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 查询表时显示不全 设置列宽 清除配置(下次连接生效) END 阅读全文
posted @ 2020-03-23 13:27 LeoShi2020 阅读(2938) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 49 下一页