I have one table in public
schema and a second table in deepak
schema. Both the schemas are under same database.
Can I join data from these two tables?
Sure, just use their fully-qualified names public.t1 JOIN deepak.t2 USING (col)
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With