Insert into order Select * from order Where id =1
Can anyone pls tell me , In postgresql query If we have same name of tables but from different databases. Like in insert operation, the order table is belongs to Product1 database and in select operation order table belongs to product2 database.