Does anyone know how to use the VC++ debugger, i.e., the watch window or quick watch, to show the contents of a map? Are there other viewing mechanisms besides the two I just mentioned?
Thank you,
OK,let me clarifiy.
look at first row (which col1 is a) in table1,it refer to A in table2,then in the view,it get all of rows in table2 which col1 is A and col2 is not 1
look at 2nd and 3rd rows(which col1 is b)in table1,it refer to A in table2,then in the view,it get all of rows in...
I have 2 tables like this:
table1:
col1 | col2 | col3
a | A | 1
b | A | 2
b | A | 3
c | B | 2
...
table:
col1 | col2|
A | 1
A | 2
A | 3
A | 4
A | 5
B | 1
B | 2
B | 3
....
I'd liek to create a view to generate:
t1.col1 | t2.col1 | t2.col2
a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.