I have a update query
update B set B.i_description='travncore testing',B.Tm_id=35
from backlog B join backToSprint B1 on
B.b_id=B1.fk_back_id where B1.s_id=18
when run this query i got an error like
1064 - 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 'from backlog B inner join backToSprint B1 on B.b_id=B1.fk_back_id where B2.s_id=' at line 1
Any help would be greatly appreciated .