Hi,
I have a customer table which I am joining with an address table and another customer code table. There may be many codes and addreses for a CUSTOMER. I need to run a sql statement which will give me output like this.
CUSTOMER_ID addr1 code
10000 100 Main street, My city... 20
200 My Street, That City.... 30
283 That Street, City1 ..... 40
20000 103 Any Street, City2 .... 912
102 My Road, City3 ..... 210
How could I do this? I can achieve this only with sqlplus formatting?
dbadmin.
I have a customer table which I am joining with an address table and another customer code table. There may be many codes and addreses for a CUSTOMER. I need to run a sql statement which will give me output like this.
CUSTOMER_ID addr1 code
10000 100 Main street, My city... 20
200 My Street, That City.... 30
283 That Street, City1 ..... 40
20000 103 Any Street, City2 .... 912
102 My Road, City3 ..... 210
How could I do this? I can achieve this only with sqlplus formatting?
dbadmin.