I
inungh
I need merge 2 crosstab queries without keys.
Is it possible?
Because the number of column heading and name are unknown before
running crosstab query, I use following SQL
Select A.*, BCrossTab.* From ACross A Inner Join on A.key =
BCrossTab.key
which includes the all keys fields.
Is it possible to have the result only have one table keys?
Your information is great appreciated,
Is it possible?
Because the number of column heading and name are unknown before
running crosstab query, I use following SQL
Select A.*, BCrossTab.* From ACross A Inner Join on A.key =
BCrossTab.key
which includes the all keys fields.
Is it possible to have the result only have one table keys?
Your information is great appreciated,