tonybernardo
MIS
Table Customer with
column Key
column DOB Format: 1962/06/23
Table Retirement with column
column Key
column Age Ex:65
I need a query to list all customer's retiring on a date range.
Select * from Customer,Retirement where Customer.Key = Retirement.Key AND ??????
column Key
column DOB Format: 1962/06/23
Table Retirement with column
column Key
column Age Ex:65
I need a query to list all customer's retiring on a date range.
Select * from Customer,Retirement where Customer.Key = Retirement.Key AND ??????