en_shua Posted April 21, 2006 Posted April 21, 2006 I'm having a problem creating a new tax zone. I click on Insert, and it asks me for the name and description of hte tax zone. After that is done, I click on Details, and I get the following error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1 select a.association_id, a.zone_country_id, c.countries_name, a.zone_id, a.geo_zone_id, a.last_modified, a.date_added, z.zone_name from zones_to_geo_zones a left join countries c on a.zone_country_id = c.countries_id left join zones z on a.zone_id = z.zone_id where a.geo_zone_id = 2 order by association_id limit -20, 20 any ideas? Thanks.
en_shua Posted April 21, 2006 Author Posted April 21, 2006 Solved. http://www.oscommerce.com/ext/update-20051...l#_Toc119693704
Recommended Posts
Archived
This topic is now archived and is closed to further replies.