I have “puri” and “mailraku” as two temporary tables. How to fix this query? The documentation about “IN” doesn’t mention it.
UPDATE tr_lines_alls
SET ACT_FLG = 0
WHERE IMG_ID IN (puri, mailraku);
The error says:
Unknown column 'puri' in 'where clause'
INoperator is not for tables, but for lists of values!!Maybe you need something as: