Re: mysql table join

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

 



You may try to create a VIEW. In this case the tables will be dynamically 
linked, that is when some values change in both tales the views 
automatically update itself each time you call it.



"CPT John W. Holmes" <holmes072000@xxxxxxxxxxx> ha scritto nel messaggio 
news:007201c3afac$99bde2e0$a629089b@xxxxxxxxxxx
> 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