Re: ERROR 1193 (HY000): Unknown system variable
Posted by: Macamba .
Date: August 09, 2015 04:01AM

Found it. Eventually my querry
SET projectnumber=?, project=?, activity=?,  per_number=?, day=?, worked_time=? 
FROM projects
WHERE pro_id=?

should have been
SET projectnumber=?, project=?, activity=?,  per_number=?, day=?, worked_time=? 
WHERE pro_id=?

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
Re: ERROR 1193 (HY000): Unknown system variable
August 09, 2015 04:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.