Hi, I have a query.
The problem is that the SQL was returning an ORA-1403, no data found even though data existed for all tables.I
managed to sort it out by removing any use of variables within the outer-join statements, but I do not understand why the original SQL did not work.
Can one of you explain why when using a variable as part of an outer-join it returns no rows?