Update result(which mysterioulsy got lost)

This commit is contained in:
unknown 2007-04-10 17:33:04 +02:00
parent da43360e1f
commit 247c3a81a1

View File

@ -546,4 +546,19 @@ a b c
2 Part 2 2007-04-05 00:00:00
2 Part 3 2007-04-05 00:00:00
select * from t1;
select '';
select "h";
h
h
select "he";
he
he
select "hep";
hep
hep
select "hepp";
hepp
hepp
End of tests