robin
04/22/2022, 2:35 AMbegin
update spells
set timesPlayed = timesPlayed + 1
where code = spellcode;
end;
I'm getting an error about how the column timesplayed
doesn't exist, and maybe I meant timesPlayed
(even though that's obviously what I have in the function). Any easy way to fix this?Needle
04/22/2022, 2:35 AM/title
command!
We have solved your problem?
Click the button below to archive it.garyaustin
04/22/2022, 2:37 AMNeedle
04/22/2022, 2:37 AMrobin
04/22/2022, 3:59 AM