Increment without first selecting

UPDATE table_name SET column_name = column_name + 1 WHERE condition;


please any easy way to do this with drizzle? talking about the SET column_name = column_name + 1 part
Was this page helpful?