2010 ISAM table already exists

Advantage Error Guide

Problem: The table named in a CREATE TABLE statement already exists.

Solution: The query engine does not allow you to overwrite existing tables with the CREATE TABLE statement. Use the DROP TABLE statement to delete the existing table first.