I have a table contain text of information and I need to replicate each column 3 times
for example
A001 A002
A003 A004
I want to make it
A001 A001 A001 A002 A002 A002
A003 A003 A003 A004 A004 A004
Is there way to do that for whole table?