Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR 1064 (42000) at line 3 #8

Open
ianjarog opened this issue Jun 8, 2021 · 1 comment
Open

ERROR 1064 (42000) at line 3 #8

ianjarog opened this issue Jun 8, 2021 · 1 comment

Comments

@ianjarog
Copy link

ianjarog commented Jun 8, 2021

Hello @mjfitzpatrick
I tested the script on Mysql Server version: 8.0.25-0ubuntu0.20.04.1 (Ubuntu); and got the following errors.

ERROR 1064 (42000) at line 3: 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 'Row integer,
Value bigint
)' at line 2

@mjfitzpatrick
Copy link
Member

Thanks for the question, although I'm a little unclear on exactly what you did to generate the error message. A 1064 error basically a syntax problem and can sometimes be caused if you use a reserved SQL keyword as e.g. a column or table name. Could you possibly run the task again but instead of piping the output to the database could you save and post the first few dozen lines here. Are 'Row' and 'Value' perhaps column names in the table you're trying to load?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants