Re: [GENERAL] Extracting data from the view to retrieve the foreign key is not declared

2014-03-11 Thread Albe Laurenz
nill wrote: > Given a view, I need to extract tables, the join columns (ON) . I need to do > this analysis because of the view (agreements with the join condition and > where) I can say that there is a foreign key Do I understand right that you want to find out the tables involved in a view defini

[GENERAL] Extracting data from the view to retrieve the foreign key is not declared

2014-03-10 Thread nill
Given a view, I need to extract tables, the join columns (ON) . I need to do this analysis because of the view (agreements with the join condition and where) I can say that there is a foreign key Example: CREATE OR REPLACE VIEW x_customer AS SELECT a.asset_id, a.client_id FROM asset_d ad, asset