Demonic Posted October 23, 2006 Share Posted October 23, 2006 example:[quote]$sql = "SELECTt1.column1, t1.column2, t1.column3,t2.clumn1, t2.column2, t2.column3,FROMtable1 AS t1, table2 AS t2";[/quote]Thanks. Link to comment https://forums.phpfreaks.com/topic/24881-resolved-forgot-ehat-this-mysql-type-is-called/ Share on other sites More sharing options...
trq Posted October 23, 2006 Share Posted October 23, 2006 Pardon? Link to comment https://forums.phpfreaks.com/topic/24881-resolved-forgot-ehat-this-mysql-type-is-called/#findComment-113401 Share on other sites More sharing options...
Demonic Posted October 23, 2006 Author Share Posted October 23, 2006 I want to know the specific name of the coding example:sorta like this:http://www.tonymarston.net/php-mysql/many-to-many.html Link to comment https://forums.phpfreaks.com/topic/24881-resolved-forgot-ehat-this-mysql-type-is-called/#findComment-113404 Share on other sites More sharing options...
trq Posted October 23, 2006 Share Posted October 23, 2006 I think your asking about JOINS. Link to comment https://forums.phpfreaks.com/topic/24881-resolved-forgot-ehat-this-mysql-type-is-called/#findComment-113409 Share on other sites More sharing options...
Demonic Posted October 23, 2006 Author Share Posted October 23, 2006 ahh thats what its called Thanks. Link to comment https://forums.phpfreaks.com/topic/24881-resolved-forgot-ehat-this-mysql-type-is-called/#findComment-113410 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.