Subject | Select...Join Query |
---|---|
Author | Jack Cane |
Post date | 2014-06-02T18:33:16Z |
If this is possible in a single query, could you please show me to return the 'select'-ed column value in the example below, whether or not the FK condition is satisfied.
In following sample query, TableTwo is related to TableOne via foreign key relationship):
Select kOne, apples from TableOne join TableTwo on FKone = kOne.
Best,
Best,
jwc