Hi all,
I have two tables with columns as;
in table1;
empno,ename,address1,address2,address3,city,state
in table2;
empno,ename,address11,address22,address33,city,state
Now i want to write a query as,
to display the table1 data with full address,
if there is null values present in table1 in address columns (i.e all there address1,address2,address3 columns are null) , i want to fetch that row address (from address11,address22,address33 columns) from table2 for that row based on the empno and display at a time.
Please give me an idea to resolve this problem soon.
Thanking you.



Reply With Quote






Bookmarks