phporcaffeine Posted April 29, 2008 Share Posted April 29, 2008 QUERY: mysql_query(SELECT ad_meta.*, tracking.views, tracking.clicks FROM ad_meta, tracking WHERE tracking.better_id = ad_meta.better_id AND ad_meta.better_id='" . $temp[0] . "' LIMIT 200"); Now the query does select by the criteria I want it to but it seems to ignore the LIMIT clause and returns many more rows than the 200 threshold I want. Please tell me what I am doing wrong? -TIA Link to comment https://forums.phpfreaks.com/topic/103410-help-me-understand-why-my-query-doesnt-work-the-way-i-think-it-should/ Share on other sites More sharing options...
fenway Posted April 29, 2008 Share Posted April 29, 2008 That seems impossible... echo this string. Link to comment https://forums.phpfreaks.com/topic/103410-help-me-understand-why-my-query-doesnt-work-the-way-i-think-it-should/#findComment-529560 Share on other sites More sharing options...
phporcaffeine Posted April 29, 2008 Author Share Posted April 29, 2008 The query does in-fact work, it just returns all rows instead of respecting the limit clause. My only other solution I guess is a staged query Link to comment https://forums.phpfreaks.com/topic/103410-help-me-understand-why-my-query-doesnt-work-the-way-i-think-it-should/#findComment-529568 Share on other sites More sharing options...
fenway Posted April 29, 2008 Share Posted April 29, 2008 The query does in-fact work, it just returns all rows instead of respecting the limit clause. My only other solution I guess is a staged query I never said it didn't work. But your quoting is all funny, so pls show us the actual sql query issued to the server. Link to comment https://forums.phpfreaks.com/topic/103410-help-me-understand-why-my-query-doesnt-work-the-way-i-think-it-should/#findComment-529610 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.