715
715
alter table table_24562 order by 12;
717
717
alter table table_24562 order by (section + 12);
719
719
alter table table_24562 order by length(title);
721
721
alter table table_24562 order by no_such_col;
722
722
ERROR 42S22: Unknown column 'no_such_col' in 'order clause'