
在命令窗口中输入
sele a.姓名,a.年龄,b.职业 from a,b where a.姓名=b.姓名
copy to c
回车
即可
这个和导入excel表格差不多:1、打开一个表,然后在菜单栏点击“table》append records”,然后选择type为dbf,from为2.dbf,就好。
2、如果用命令的话,就是“append from ../2.dbf”。
欢迎分享,转载请注明来源:内存溢出

在命令窗口中输入
sele a.姓名,a.年龄,b.职业 from a,b where a.姓名=b.姓名
copy to c
回车
即可
这个和导入excel表格差不多:1、打开一个表,然后在菜单栏点击“table》append records”,然后选择type为dbf,from为2.dbf,就好。
2、如果用命令的话,就是“append from ../2.dbf”。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)