本文介绍了如何使用交叉表查询的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好
我想知道如何使用交叉表查询
我要为员工创建pepare每月的工资表..为此,我想加入员工表和津贴表
在员工表中
EmpId员工名称
1阿姆鲁莎
2艾妮莎
3阿努沙
在津贴表中
ID头码
1 BP
2 HRA
3 DA
4 CA
我想要报告格式
empID员工名称BP HRA DA ..
如何使用交叉表查询...
在此先感谢
Amrutha
Hi all
I want to know how to use cross tab query
I wnat pepare monthly statement of slary for employees..for that i want to join employee table and allowance table
in employee table
EmpId Employeename
1 Amrutha
2 Anisha
3 Anusha
in allowance table
Id Headcode
1 BP
2 HRA
3 DA
4 CA
i want report in format
empID Employeename BP HRA DA ..
How to do it using cross tab query...
Thanks In Advance
Amrutha
推荐答案
这篇关于如何使用交叉表查询的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!