Delphi 2010 & Oracle Database
I need to write a select statement across two tables
Accounts & Master
From the Accounts table, I need to select the Account_Id, Account_Number, Bank_Id, and External_Code
From the Master table, i need to select the Account_String.
The Master’s Account_String field matches the Account’s Extenal_Code field
thanx
Sounds like a simple join, unless I’m missing something: