Re: mysql table join

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Roger Miranda (Sumac)" <rogerm@xxxxxxxxxxxxxxxxx>

> Is there a way to permanently join/link two mysql tables?

Not without creating another table. 

CREATE TABLE MyTable SELECT ... FROM Table1 JOIN Table2 ON ... WHERE ...

Although I have to wonder about your schema if you need to do this. 

---John Holmes...

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux