J
jagsdj
Hello all,
First time here, so bear with me.
I have a table that goes something like this:
samDate samTime samDO samPH samBOD samNickel
11/05/03 11:23 4 6 7 4
11/04/03 1:30 2 3 <30 5
Now, I would like to get the table to look like this:
samDate samTime ParameterID samResult DL comments
11/05/03 11:23 samDO 4
11/05/03 11:23 samPH 6
11/05/03 11:23 samBOD 7
11/05/03 11:23 samNickel 4
11/04/03 1:30 samDO 2
11/04/03 1:30 samPH 7
11/04/03 1:30 samBOD 30 15 <
11/04/03 1:30 samNickel 4
Notice for samBOD since there was a "<" we havled the number and stored
the "<" in a seperate column.
Now, I know there is an issue with doing it this way, the database is
going to grow by leaps and bounds and is in return going to slow the
app down.
I'm open to suggestions and ideas!
I appreciate any help and time. Thank you.
jagsdj
First time here, so bear with me.
I have a table that goes something like this:
samDate samTime samDO samPH samBOD samNickel
11/05/03 11:23 4 6 7 4
11/04/03 1:30 2 3 <30 5
Now, I would like to get the table to look like this:
samDate samTime ParameterID samResult DL comments
11/05/03 11:23 samDO 4
11/05/03 11:23 samPH 6
11/05/03 11:23 samBOD 7
11/05/03 11:23 samNickel 4
11/04/03 1:30 samDO 2
11/04/03 1:30 samPH 7
11/04/03 1:30 samBOD 30 15 <
11/04/03 1:30 samNickel 4
Notice for samBOD since there was a "<" we havled the number and stored
the "<" in a seperate column.
Now, I know there is an issue with doing it this way, the database is
going to grow by leaps and bounds and is in return going to slow the
app down.
I'm open to suggestions and ideas!
I appreciate any help and time. Thank you.
jagsdj