Can i query Table A by referencing data in Table B (which A has a pointer to)?
Posted: Wed Dec 23, 2015 8:00 pm
I have two tables:
Table A (id, data1, data2, pointerToB)
Table B (id, dataA, dataB)
I know what dataB is and would like to return the _id from Table A. How can i do this?