Forum Discussion
AnandKiran
17 years agoFrequent Contributor
Hi Ole,
I have tried what you said but got an erro like
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException:
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
'WHERE "RESULT"=24' at line 4
the update syntax which i used is
UPDATE DATA SET
X= 2,
Y=3,
WHERE "RESULT"=24;
Can you tell m where did i went wrong
I have tried what you said but got an erro like
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException:
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
'WHERE "RESULT"=24' at line 4
the update syntax which i used is
UPDATE DATA SET
X= 2,
Y=3,
WHERE "RESULT"=24;
Can you tell m where did i went wrong
Related Content
- 10 years ago
Recent Discussions
- 15 years ago