Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Georgia Sales Tax


beckiehawk

Recommended Posts

I downloaded the Georgia Sales Tax by county. It is based on the Ohio tax by county. When I try to import the 4 sql files, the first one, Georgia Zones, executes with no problem, but when I import the second one, Georgia Tax Rates, I get the following error

 

Error
SQL query:

INSERT INTO tax_rates
VALUES (

'',  '2',  '1',  '1',  '7.00',  'Atkinson County Tax (7.00%)', NULL , NOW( ) ,  'ATKINSON'
);

MySQL said: 

#1062 - Duplicate entry '0' for key 'PRIMARY' 

 

When I try to import the third one, Zones I get this error:

 

SQL query:

INSERT INTO zones
VALUES (

'', 223,  'GA',  'Georgia (Atkinson County)'
);

MySQL said: 

#1062 - Duplicate entry '0' for key 'PRIMARY' 

 

Then the last one, Zones to Georgia Zones, executes successfully.

 

I am not a an expert in SQL, so I don't know what to do about this. Can anyone tell me what I need to do here?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...