blob: 4a1a2ceb7e8b3c2721c4ee273dd9d5000b96d897 [file] [log] [blame]
create table test.table_one(id int, name varchar(30));
insert into test.table_one values(1, 'a');
create table test.table_two(id int, name varchar(30));
insert into test.table_one values(2, 'b');