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

6 lines
182 B
Plaintext

create or replace table test.t1(id int);
create function my_function (arg int) returns int deterministic return arg * arg;
select "sum(1)";
select (1);
select * from(select 1) as a;