We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546f1b0 commit c573de9Copy full SHA for c573de9
oltp/xcchange.rwl
@@ -87,7 +87,7 @@ execute at rwloadsim
87
where hostname=:myhost and key=:mykey
88
/
89
end if;
90
- if mtittype is not null and mtittype between 0 and 10 then
+ if mtittype is not null and mtittype >= 0 then
91
update oltpxc set mtittype=:mtittype
92
93
0 commit comments