Just as the title says, I want to duplicate one table from a completely separate database in phpPgAdmin to another one. I have tried two ways but both did not work for me: Tried “Create table like” (database >> table >> create table like) this seems to can only duplicate a table within the database Tried export and import I
Tag: phppgadmin
Printing the same column twice
How can I print the ‘ID’ column twice. I’ve already got it in the start of the table, and also want it to also print out as the last column again for easy viewing purposes. ALTER TABLE EMPLOYEES ADD …