0
を更新するとき:構文エラー、私は列を更新するには、次のコードを使用しようとしている列
UPDATE user_profiles
SET range = '20', colResize = 'flex'
WHERE uid='472';
私は次のエラーを取得する:
Failed to execute SQL : SQL UPDATE user_profiles SET range = '20', colResize = 'flex' WHERE uid='472'; failed : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'range = '20', colResize = 'flex' WHERE uid='472'' at line 1
私は何を望むのですか?