Jump to content

mysql / php help


Tandem

Recommended Posts

[quote author=Crayon Violent link=topic=105890.msg423173#msg423173 date=1156743671]
yes it is possible. doing something as simple as this will work:

[color=red]select * from table1,table2[/color]

[/quote]

@CV,

Yes, it will work but inless you specify how the tables should be joined you get every row in table1 joined with every row in table2 (cartesian join) so if you have 100 rows in each table you get 10,000 rows returned
Link to comment
https://forums.phpfreaks.com/topic/18865-mysql-php-help/#findComment-81940
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.