VF题 这个题怎么做?求回答,高分跪求

发布网友 发布时间:2024-08-18 21:12

我来回答

1个回答

热心网友 时间:2024-08-22 15:35

1、disp fields 职工号,姓名,工资 for year(date())-year(进厂日期)>20 and 职称=”高级工程师”
2、disp for 出生日期>={^1965/01/01} and 出生日期<={^1975/12/31}
3、replace 工资 with 工资+100 for 性别=”女”
and 职称=”工程师”
4、copy to new fields 职工号,姓名,性别 for 性别=”男”
and 职称=”工程师”
use new
append from 职工表 for 性别=”女”
and 职称=”工程师”
5、use new
delete for year(date())-year(出生日期)>40
pack
6、use 职工表
count to num for 工资<1000
sum 工资 to wage
average year(date())-year(出生日期) to age1 for 性别=”男”
average year(date())-year(出生日期) to age2 for 性别=”女”
7、sort to gzpx on 工资/D
8、index on 职工号 tag 职工号 candidate
index on 出生日期 tag 出生日期 desc
index on 职称+dtoc(进厂日期) tag zcrq
9、locate for 职称=”高级工程师”
index on 职称 to zc
find 高级工程师
seek “高级工程师”
10、index on 出生日期 to 出生日期
go top
?”年龄最小的:”,姓名
go bott
?”年龄最大的:”,姓名

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com