hello everyone I have a question about sqlite syntax, so I'm aware it works similar to mysql, but when I try to modify two tables in sqlite it gives me an error in the comma where you are 'users',' score 'to modify the two tables and mysql works normally with this syntax, which is what I'm doing wrong to burn this error can someone help me.
Quote in SQL block Error: near ",": syntax error
UPDATE 'users','score' SET 'user'='usernew', 'us_score'='usernew' WHERE 'user' like 'userold' and 'us_score' like 'userold'