vonoven
Posts: 0
Joined: Wed Dec 23, 2015 8:00 pm

Can i query Table A by referencing data in Table B (which A has a pointer to)?

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?

Return to “Issues”