Can I export table A and import it into table B in the same or another schema ?

This is because table A has a long col and I can't used insert into select from option.

Baiscally I need to append the contents of A with B (i.e B = B+A or C=B+A)

Any other suggestions welcome.


May$e