卢波
qui t关闭 alt+f4
1.Use 路径
2.Use 关闭
3.List stru显示表结构
4.Modi stru修改表结构 modify stru
5.List显示表的内容
6.Brow修改记录的数据
7.条件显示 List for<条件>
eg list for 姓名=”李红” and 计算机>98
8.appe追加记录
9.记录指针定位 Go 记录号
10.insert blank 插入(后方)
11.insert before 插入(前方)
12.delete加删除标记(假删除)
13.recall取消删除标记
14.pack真删除
15.Reply all <字段名> with 表达式 for <条件>
eg:repl all 总分 with 语文+数学+英语
repl all 平均分 with (语文+数学+英语)/3
repl 总分 with 语文+数学+计算机 for 姓名=”李红”
repl 奖金 with 奖金+500 for 职称=”教授”
THE END