R
Ron H
I have a table with test, scan, point, and data fields.
for each test there are many scans and for each scan there are a many
predefined points. (always the same number of points). There is 1 piece of
data for each predefined point in each scan in each test.
PROBLEM:
I need to write a query that returns a column of data for each scan sorted
by point.
Point Scan 1 Scan 2 Scan n
1 29.0 28.7 30.0
2 30.1 29.5 30.1
3 28.7 29.4 29.9
..
..
..
..
240 26.9 28.6 30.3
If I use subqueries to define columns, they only return a single row.... How
can I do this?
Ron H.
x-- 100 Proof News - http://www.100ProofNews.com
x-- 30+ Days Binary Retention with High Completion
x-- Access to over 1.9 Terabytes per Day - $8.95/Month
x-- UNLIMITED DOWNLOAD
for each test there are many scans and for each scan there are a many
predefined points. (always the same number of points). There is 1 piece of
data for each predefined point in each scan in each test.
PROBLEM:
I need to write a query that returns a column of data for each scan sorted
by point.
Point Scan 1 Scan 2 Scan n
1 29.0 28.7 30.0
2 30.1 29.5 30.1
3 28.7 29.4 29.9
..
..
..
..
240 26.9 28.6 30.3
If I use subqueries to define columns, they only return a single row.... How
can I do this?
Ron H.
x-- 100 Proof News - http://www.100ProofNews.com
x-- 30+ Days Binary Retention with High Completion
x-- Access to over 1.9 Terabytes per Day - $8.95/Month
x-- UNLIMITED DOWNLOAD