Link to home
Start Free TrialLog in
Avatar of COS_IT_AU
COS_IT_AU

asked on

Informix dbexport error

Hi Team,

I am getting a error while doing a dbexport with informix database.

I could able to see table named '1450' creating a problem and tried to remove table database and can't able to delete it.
Also,I have tried to remove the table row from systables but can't able to do it.

Error:
-201 - A syntax error has occurred.

Kindly let me know how to fix this issue.

Regards,
Sarvan,N
Avatar of jhp333
jhp333
Flag of United States of America image

I think you probably already tried this:

DROP TABLE "1450";

The double-quotation marks are necessary.
Avatar of COS_IT_AU
COS_IT_AU

ASKER

Hi JH,

I have already tried with the above query and it throws error.
Kindly let me know how to fix this issue.

Thanks,
Sarvan.N
ASKER CERTIFIED SOLUTION
Avatar of COS_IT_AU
COS_IT_AU

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I have managed to fix the issue.