Trying to execute this below query on MySQL:
update comm_store set flag = 'D' and stores in('EU','AUS','US',
'CHN') where emp_id in(select emp_id from comm_store_sec)
but getting:
MySQL: Truncated incorrect DOUBLE value 'D'
flag has datatype varchar emp_id has BIGINT
Not betting how to resolve this?