2015年3月26日
摘要: 本随笔主要讲oracle数据库一些最基本的行操作:1、查:select + 需要查询的列 + from + 表名 + where + 条件如: select a.* from a where a.firstlow = 12、增:insert into + 表名称(low1,low2.....,low... 阅读全文
posted @ 2015-03-26 00:43 神之右席 阅读(99) 评论(0) 推荐(0)