modify pde possible?

kirilb

Member²
In a db I have a table which is called something like "table.table" Pls not the first word is not the schema name, just the table name has a dot in it. The problem comes when I import to other db. There exist already a schema called "table", where I have just read privilege. And when importing then I get error message that I cannot import into schema "table". The mistake here is that the first "table" is recognized as schema name instead of table name. My question is, how can I change the name of tables in the pde file, so that I can import tables?
 
Last edited:
Back
Top