I have to write a query to return a field if the correct entries are in three tables.
eg. select ID from tableA where (tableA.1 = 'this' and tableB.2 = 'this' and tableC.3 = 'this')
Can someone point out how to do this?
- - - - - - - - - - - - -
There are 10 types of people in the world, those that understand binary and those that don't!!
- - - - - - - - - - - - -
eg. select ID from tableA where (tableA.1 = 'this' and tableB.2 = 'this' and tableC.3 = 'this')
Can someone point out how to do this?
- - - - - - - - - - - - -
There are 10 types of people in the world, those that understand binary and those that don't!!
- - - - - - - - - - - - -