Search found 1 match

Go to advanced search

by vonoven
Wed Dec 23, 2015 8:00 pm
Forum: Issues
Topic: Can i query Table A by referencing data in Table B (which A has a pointer to)?
Replies: 1
Views: 77
 
Jump to post

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?

Go to advanced search