Help, I want to copy a table including the blobs. I am using insert into newtable select * from oldtable this copies everything except the data in the blob table. How can I copy the blob as well ?
which databasetype??