cross tab help
select empid,logdate,basicpay from summ
result is
empid,logdate,basicpay
aldave,6/7/05,500
aldave.6/22/05,600
how can i display it in crsstab like this
empid, 6/7/05,6/22/05,.... <------- this will be the fields
aldave,500,600 <--data
and i will have the query ....... logdate between (param1 and param2)
tnx in advance
|