I have re-coded this a 1000 times and it keeps giving me the same error code. Can someone please look at this and give me some suggestions on what I might be doing wrong? I will be very thankful.
SELECT ac.cms_active_starter.*, di.cms_dig_starter.*, ip.cms_ips_starter.*, pa.cms_parkeon_starter.*, pb.cms_paybyphone_starter.* FROM cms_active_starter ac, cms_dig_starter di, cms_ips_starter ip, cms_parkeon_starter pa, cms_pbp_starter pb
JOIN cms_dig_starter di
ON di.date = ip.transaction_date
JOIN cms_parkeon_starter pa
ON pa.terminal_date = di.date
JOIN cms_active_starter ac
ON ac.paybyphone_number = pb.verrus_lot_id
JOIN cms_ips_starter ip
ON ip.amount = pa.amount
WHERE ac.old_meter_number = ip.pole limit 0,30;