vfp上机答案切勿删除.docVIP

  • 2
  • 0
  • 约2.6万字
  • 约 18页
  • 2017-08-05 发布于河南
  • 举报
1.2.1select 供应商号,工程号,数量 from 供应,零件 where 供应.零件号=零件.零件号 and 颜色=红 order by 数量 desc into dbf supply_temp 1.3 command1.click 事件代码 thisform.grid1.recordsourcetype=4 k=alltrim(thisform.text1.value) thisform.grid1.recordsource=select 零件名,颜色,重量 from 供应,零件 where 供应.零件号=零件.零件号 and 工程号=k order by 零件名 into dbf pp thisform.refresh 2.2.1 command1.click 事件代码 select 作者姓名,所在城市 from authors,books where authors.作者编号=books.作者编号 group by authors.作者编号 having count(*)=3 order by 作者姓名 into table new_view4 3.3.1 select * from books where 书名 like %计算机% into dbf books_bak 3.3.2 update books_bak set 价格=价格*(1-0.05) 3.3.3

文档评论(0)

1亿VIP精品文档

相关文档