J
Jerry Baker
I need to construct a query that works something like this:
SELECT COLUMN(x) FROM TABLE
WHERE ROW1 = 1
The part I can't figure out is how to select a particular column whose
name I don't know ahead of time. What I am wanting to do is look up a
value in one column on a particular row and the column can be different
for each iteration.
SELECT COLUMN(x) FROM TABLE
WHERE ROW1 = 1
The part I can't figure out is how to select a particular column whose
name I don't know ahead of time. What I am wanting to do is look up a
value in one column on a particular row and the column can be different
for each iteration.