UPDATE table_a SET FLAG=\'1\' WHERE ID = cast (? as uuid) AND ID1=?
The above statement is throwing an error, how to cast?