Files
MaxScale/maxscale-system-test/fw/deny3
Timofey Turenko 8c6ca38a8a add tests
2017-05-23 21:09:30 +03:00

3 lines
100 B
Plaintext

update t1 set x1=1 where fl=0;
SELECT x1 FROM t1;
select t1.x1 as 'something' from t1 as t1 limit 1;