await db .update(Artists) .set({ songs: sql`${Artists.songs} = ${Artists.songs} + 1 ` }) .where(eq(Artists.id, id));