摘要: --创建表格 create table production( ProductIdvarchar2(10), ProductNamevarchar2(20), ProductPricenumber(8,2), Quantitynumber(10), Categoryvarchar2(10), Des 阅读全文
posted @ 2016-08-22 12:03 李杰 阅读(1775) 评论(0) 推荐(1) 编辑
摘要: select * from production;alter table production add productionprice number(7,2); UPDATE production set productionprice=102.23--查询语句-- subStr 用来分割字段 1 阅读全文
posted @ 2016-08-25 16:10 李杰 阅读(1280) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-08-22 16:32 李杰 阅读(181) 评论(0) 推荐(0) 编辑