Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL), 10.11
-
None
Description
--source include/have_sequence.inc
|
 |
select * from seq_1_to_20 where exists (select seq from seq_1_to_10 order by seq fetch first 5 row with ties); |
10.6 0a67daad |
ERROR 4180 (HY000): FETCH ... WITH TIES requires ORDER BY clause to be present |