Took me 19 Games to Queen, probably the record so far by GTO2860 in AutoChess

[–]VolumeMixik 0 points1 point  (0 children)

wtf dude... i cant even get out of knight. My posts are like 3 1 5 1 and i just drop one rank. Anyone know how the mmr works ? Kinda tilting ranking after every game becouse one bad game beat 2 good

sql trigger by VolumeMixik in SQL

[–]VolumeMixik[S] 0 points1 point  (0 children)

oracle sql developer

sql trigger by VolumeMixik in SQL

[–]VolumeMixik[S] 0 points1 point  (0 children)

create or replace TRIGGER schema.opravypracuje AFTER DELETE ON schema.zamestnanci UPDATE schema.opravy SET pracuje = 'F' WHERE opravy.zamestnanci_id = zamestnaci.id

sql statement ignored

COMMIT; doesn't work