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

[eluser]spyro[/eluser]
I am sure the error would help. It is trying to count from accounts.


A Database Error Occurred

Error Number: 1054

Unknown column 'count(mrc.userid_c)' in 'field list'

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`.`userid_c)` as num_reviews 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, `a`.`premiummember_c` desc, `a`.`mechanixlooprating_c` desc LIMIT 6


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