hello, help generate a SQL query,
UPDATE news SET display = 0 WHERE display IN (3,4) as well as UPDATE events SET display = 0 WHERE table_id = 1 AND event_id = remote news.id
Well, so will you:
UPDATE news, events SET news.display = 0, events.display = 0 WHERE news.display IN (3,4) AND events.table_id = 1 AND events.event_id = удаленный news.id;
Source: https://ru.stackoverflow.com/questions/616864/More articles:conversion of enum values to select rubyForm blocked by threadHow to stretch aside along the height of the parent block without js and flex?Mail delegationProblem about strings in C [closed]How to improve the layout of the test taskRunning a Makefile Rule Not in the Current FolderCycle asynchronous requests, how best to implement?Tmux hotkeys do not work [closed]Gives the error Cannot send session cookie - headers already sent by [duplicate]All Articles