Re: [PHP-DB] how to select rows with repeated coloumns in one query????

2003-09-30 Thread Jeff Shapiro
Actually, it's MySQL 4.1 and above that supports subselects. On Tue, 30 Sep 2003 12:24:51 +0530, Nitin spoke thusly about Re: [PHP-DB] how to select rows with repeated coloumns in one query: > with Mysql 4.0 and above, u can use subqueries, so that u can put first > query i

Re: [PHP-DB] how to select rows with repeated coloumns in one query????

2003-09-29 Thread Nitin
with Mysql 4.0 and above, u can use subqueries, so that u can put first query in the where clause of second query itself. Nitin - Original Message - From: "Saurabh Dhawan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 30, 2003 11:26 AM Subject: [PHP-DB] how to sele