06 2019 档案

Oracle 数据库的基本用法
摘要:创建表create table classes( classId number (2), cname varcher2(40), birthday date );添加一个字段alter table student add (classId number(2));修改字段长度alter table s 阅读全文

posted @ 2019-06-13 17:07 春眠不觉笑 阅读(274) 评论(0) 推荐(0)

润乾报表函数
摘要:函数示例: 例1:ds1.select( name ) 从数据源ds1中选取name字段列的所有值,不排序 例2:ds1.select( #2, true ) 从数据源ds1中选取第二个字段列的所有值并降序排列 例3:ds1.select( name,false,sex=='1') 从数据源ds1中 阅读全文

posted @ 2019-06-12 14:12 春眠不觉笑 阅读(6227) 评论(0) 推荐(1)