Skip to content
Snippets Groups Projects
Commit a6c6b88b authored by pcherenkov's avatar pcherenkov
Browse files

bug920951: sql.result revesed

parent 5bb5699b
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,8 @@ Insert OK, 1 row affected ...@@ -22,8 +22,8 @@ Insert OK, 1 row affected
select * from t0 where k1='Richard' or k1='Tomas' or k1='Tomas' limit 5 select * from t0 where k1='Richard' or k1='Tomas' or k1='Tomas' limit 5
Found 5 tuples: Found 5 tuples:
['Doe', 'Richard'] ['Doe', 'Richard']
['Woe', 'Richard']
['Roe', 'Richard'] ['Roe', 'Richard']
['Woe', 'Richard']
['Major', 'Tomas'] ['Major', 'Tomas']
['Kytes', 'Tomas'] ['Kytes', 'Tomas']
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment