MySQL ORDER BY offset

Posted by monk.e.boy on Stack Overflow See other posts from Stack Overflow or by monk.e.boy
Published on 2010-04-26T12:22:34Z Indexed on 2010/04/26 12:43 UTC
Read the original article Hit count: 287

Filed under:
|
|

In a MySQL query how would I select:

  • all rows
  • ordered by column 'name'
  • where name > 'f'

so I'd get Gs, Hs ... Xs, Ys, Zs, As, Bs, Cs ... Fs.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about order-by