Welcome Guest, Not a member yet? Register   Sign In
Pagination with sorting
#17

[eluser]spyro[/eluser]
Thanks. The query now comes out to be:

SELECT
a.id, a.name, a.billing_address_street, a.billing_address_city, a.billing_address_state, a.billing_address_postalcode, a.billing_address_country, a.website, a.description,
ac.eighthundrednumber_c, ac.mechanixlooprating_c, ac.extension_c, ac.petfriendly_c, ac.womenowned_c, ac.providearide_c,
count(mrc.id_c)
FROM (accounts a)
JOIN accounts_cstm ac ON ac.id_c = a.id
LEFT JOIN mech_reviews_cstm mrc ON mrc.userid_c = a.id AND mrc.inactive_c = 1
WHERE `a`.`billing_address_state` = 'GA' AND `a`.`billing_address_city` = 'Atlanta'
ORDER BY count(mrc.id_c) desc, ac.premiummember_c desc, ac.mechanixlooprating_c desc
LIMIT 6

If I run the select from accounts with the where then I get the correct number of records. If there are no related reviews in the LEFT JOIN would it still send back the account portion just without the review count?


Messages In This Thread
Pagination with sorting - by El Forum - 02-27-2009, 11:21 AM
Pagination with sorting - by El Forum - 02-27-2009, 11:39 AM
Pagination with sorting - by El Forum - 02-27-2009, 12:26 PM
Pagination with sorting - by El Forum - 02-27-2009, 12:48 PM
Pagination with sorting - by El Forum - 02-27-2009, 01:39 PM
Pagination with sorting - by El Forum - 02-27-2009, 01:54 PM
Pagination with sorting - by El Forum - 02-27-2009, 02:10 PM
Pagination with sorting - by El Forum - 02-27-2009, 02:19 PM
Pagination with sorting - by El Forum - 02-27-2009, 02:36 PM
Pagination with sorting - by El Forum - 02-27-2009, 02:47 PM
Pagination with sorting - by El Forum - 02-27-2009, 02:52 PM
Pagination with sorting - by El Forum - 02-27-2009, 02:58 PM
Pagination with sorting - by El Forum - 02-27-2009, 03:08 PM
Pagination with sorting - by El Forum - 02-27-2009, 03:16 PM
Pagination with sorting - by El Forum - 02-27-2009, 03:27 PM
Pagination with sorting - by El Forum - 02-27-2009, 03:28 PM
Pagination with sorting - by El Forum - 02-27-2009, 03:34 PM
Pagination with sorting - by El Forum - 02-27-2009, 03:40 PM
Pagination with sorting - by El Forum - 02-27-2009, 03:42 PM
Pagination with sorting - by El Forum - 02-27-2009, 03:52 PM
Pagination with sorting - by El Forum - 02-27-2009, 03:56 PM
Pagination with sorting - by El Forum - 02-27-2009, 03:58 PM
Pagination with sorting - by El Forum - 02-27-2009, 04:09 PM
Pagination with sorting - by El Forum - 02-27-2009, 04:43 PM
Pagination with sorting - by El Forum - 02-27-2009, 07:10 PM
Pagination with sorting - by El Forum - 02-27-2009, 07:29 PM
Pagination with sorting - by El Forum - 02-27-2009, 07:52 PM
Pagination with sorting - by El Forum - 02-27-2009, 08:00 PM
Pagination with sorting - by El Forum - 02-27-2009, 10:20 PM
Pagination with sorting - by El Forum - 02-28-2009, 09:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB