Array
(
[0] => Table 'wdfau.frm_counties' doesn't exist
[1] => 1146
[2] => select t2.name coname,t2.prefix coprefix,t1.id,t1.name,t1.prefix,lower(t1.subdev) subdev
from (frm_counties t2)
left outer join frm_states t1 on t1.id=t2.sid
where t1.active=1
and t2.active=1
order by t2.population desc
limit 100
)
Array
(
[0] => SQL query error: Table 'wdfau.frm_counties' doesn't exist
)