Hi,
I need to pull city names from property table.
Property_id in property_table is mapped to prop_id in worklog_table. If prop_id is not null then I need to pull the city name
If prop_id which is present in a worklog_table is null then I need to pull the city name but based on a field value(called prop_nbr in another table called Loan table)
How to proceed. Could anyone help
I need to pull city names from property table.
Property_id in property_table is mapped to prop_id in worklog_table. If prop_id is not null then I need to pull the city name
If prop_id which is present in a worklog_table is null then I need to pull the city name but based on a field value(called prop_nbr in another table called Loan table)
How to proceed. Could anyone help