Good evening,
I am having trouble creating a database using these two IBM tools, I already created the database in sql server and converted to CSV, after that I uploaded it to storage, but whenever I try to use the INSERT
command, by IBM Cloud SQL Query , it displays the error
Error during job submission. SQL syntax validation failed. Syntax error at line 1: 0 mismatched input 'INSERT' expecting {'(', 'SELECT', 'WITH', 'VALUES'}.
Even the query is correct.
Does anyone know how to solve this?
Thank you.