Hi:
Struggling to Nest, 3 queries to same "Date_Recorded" into a new CURSOR vProducts
I have these Selects. . .which query fine for each, but would like to nest into CURSOR.
(SELECT Product_6A.date_recorded,Product_6A.Symbol_1 FROM Product_6A)
(SELECT Product_6B.date_recorded,Product_6B.Symbol_2 FROM Product_6B)
(SELECT Product_6C.date_recorded,Product_6C.Symbol_3 FROM Product_6C)
but am struggling with the FROM JOIN IN "nested" into Cursor vProducts
Appreciate any assistance in advance.
THX
Mike
Struggling to Nest, 3 queries to same "Date_Recorded" into a new CURSOR vProducts
I have these Selects. . .which query fine for each, but would like to nest into CURSOR.
(SELECT Product_6A.date_recorded,Product_6A.Symbol_1 FROM Product_6A)
(SELECT Product_6B.date_recorded,Product_6B.Symbol_2 FROM Product_6B)
(SELECT Product_6C.date_recorded,Product_6C.Symbol_3 FROM Product_6C)
but am struggling with the FROM JOIN IN "nested" into Cursor vProducts
Appreciate any assistance in advance.
THX
Mike