mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
more order by for ndb
This commit is contained in:
parent
d8a0fbafc1
commit
1d7ae13349
7 changed files with 9 additions and 9 deletions
|
|
@ -440,7 +440,7 @@ set @arg00=0 ;
|
|||
execute stmt1 using @arg00;
|
||||
ERROR 42S22: Unknown column '?' in 'order clause'
|
||||
set @arg00=1;
|
||||
prepare stmt1 from ' select a,b from t1
|
||||
prepare stmt1 from ' select a,b from t1 order by a
|
||||
limit 1 ';
|
||||
execute stmt1 ;
|
||||
a b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue