J
jshouse
I have to queries that I read from the same source to create the
following structure
Query 1 results:
Attribute Data Element Time 1 Time2
... Time 24
group1 Scancels 5
5 10
group2 Scancels 1
0 3
Query 2 results:
Attribute Data Element Time 1 Time2
... Time 24
group1 Ccancels 3
2 1
group2 Ccancels 1
0 3
I cannot figure out how to get a query that returns the following,
without creating a MAKE TABLE with the first result, and an APPEND
query with the second result.
Attribute Data Element Time 1 Time2
... Time 24
group1 Scancels 5
5 10
group2 Scancels 1
0 3
group1 Ccancels 3
2 1
group2 Ccancels 1
0 3
I would like to create a query that returns these results.
following structure
Query 1 results:
Attribute Data Element Time 1 Time2
... Time 24
group1 Scancels 5
5 10
group2 Scancels 1
0 3
Query 2 results:
Attribute Data Element Time 1 Time2
... Time 24
group1 Ccancels 3
2 1
group2 Ccancels 1
0 3
I cannot figure out how to get a query that returns the following,
without creating a MAKE TABLE with the first result, and an APPEND
query with the second result.
Attribute Data Element Time 1 Time2
... Time 24
group1 Scancels 5
5 10
group2 Scancels 1
0 3
group1 Ccancels 3
2 1
group2 Ccancels 1
0 3
I would like to create a query that returns these results.