VF上机.docVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
VF上机

VF上机 /m/1366284200#special /f/edu/062/15/233510.htm 2.1 select 外币名称,持有数量 from currency_sl a,rate_exchange b where; a.外币代码=b.外币代码 and 姓名=林诗因 order by 持有数量 ; into table rate_temp 3. t=alltrim(thisform.text1.value) select sum(现钞买入价*持有数量) from currency_sl a, rate_exchange b where; a.外币代码=b.外币代码 and 姓名=t into array bb thisform.text2.value=bb(1) 2. 3. t=thisform.myoption.value do case case t=1 select 姓名,持有数量 from currency_sl a,rate_exchange b where; a.外币代码=b.外币代码 and 外币名称=日元 into table rate_ry case t=2 select 姓名,持有数量 from currency_sl a,rate_exchange b where; a.外币代码=b.外币代码 and 外币名称=美元 into table rate_my case t=3 select 姓名,持有数量 from currency_sl a,rate_exchange b where; a.外币代码=b.外币代码 and 外币名称=欧元 into table rate_oy endcase 3. 2.1 update 教师 set 新工资=原工资*1.2 where 职称=教授 update 教师 set 新工资=原工资 where 职称!=教授 insert into 教师 values(林红,讲师,10000,10200) 3. thisform.grid1.recordsource=select 姓名,课程名称,成绩 from 学生,选课,; 课程 where 选课.课程号=课程.课程号 and 学生.学号=选课.学号 and 系=6; into cursor aa 4. 2.1 select c.项目号,项目名,b.零件号,零件名称 from 零件信息 a,使用零件 b,; 项目信息 c where b.项目号=c.项目号 and a.零件号=零件号; and a.零件号 in (select 零件号 from 使用零件 where 项目号=s1); order by c.项目号 into table item_temp 3. public kk(3) kk(1)=s1 kk(2)=s2 kk(3)=s3 t=bo1.value select sum(零件信息.单价*使用零件.数量) from 零件信息,使用零件 where ; 零件信息.零件号=使用零件.零件号 and 使用零件.项目号=t into array aa thisform.text1.value=aa(1) 5. 2.2 create view wiew_cb as select a.职工号,姓名,sum(金额) 总金额; from employee a,orders b where a.职工号=b.职工号 group by ; a.职工号 having 总金额15000 order by 总金额 3. t=alltrim(thisform.text1.value) select 姓名,性别 from employee where 职工号==t into array bb thisform.text2.value=bb(1) thisform.text3.value=bb(3) thisform.grdorders.recordsource=select * from orders where ; 职工号==t into cursor hh 6. 2.1 select sum(基准价*持有数量) 人民币价值 from currency_sl

文档评论(0)

me54545 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档