Relation between Fixed Asset and Projects
Hi ,
I want to fetch all the assets connected to a projects.I am not sure whether the main joining between FA and Projects is the following one..PLease suggest..
select * from fa_additions fa,fa_asset_invoices ai,pa_projects_all pawhere fa.asset_id=ai.asset_idand pa.project_id=ai.project_idThanks
0