Dev Emm
Dev Emm
DTDrizzle Team
Created by Dev Emm on 12/5/2023 in #help
Increment without first selecting
UPDATE table_name SET column_name = column_name + 1 WHERE condition;
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
3 replies