DISCLAIMER: This question is similar to the stack overflow question here, but none of those answers work for my problem, as I will explain later.
I\'m t
create table newTableName (like oldTableName including indexes); insert into newTableName select * from oldTableName
This worked for me 9.3