Hello all...
I've been working on this for days and finally thought I'd post and see what other ideas I can get.
I have two tables:
table1:
station_ID DO BOD
1 5 <20
2 <10 6
table2:
station_ID DO DO_Commnet BOD BOD_Comment
1 5 (empty) 20 <
2 10 < 6 (empty)
I have the data in table1 and I need that data to be transferred to table2, but before it does I need to qc it and make sure if the fields contain "<" or ">", then to parse out the ">" or "<" and put them in separate fields in table2.
Does anybody have any idea on how to go about doing this?
any and all help is greatly appreciated.
I've been working on this for days and finally thought I'd post and see what other ideas I can get.
I have two tables:
table1:
station_ID DO BOD
1 5 <20
2 <10 6
table2:
station_ID DO DO_Commnet BOD BOD_Comment
1 5 (empty) 20 <
2 10 < 6 (empty)
I have the data in table1 and I need that data to be transferred to table2, but before it does I need to qc it and make sure if the fields contain "<" or ">", then to parse out the ">" or "<" and put them in separate fields in table2.
Does anybody have any idea on how to go about doing this?
any and all help is greatly appreciated.